From bcb37b2ec054ef125ca1187912f077e924d5c61f Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Jul 03 2015 16:22:51 +0000 Subject: Fix conditional in previous commit --- diff --git a/qemu.spec b/qemu.spec index 42141f5..d5d406d 100644 --- a/qemu.spec +++ b/qemu.spec @@ -599,7 +599,7 @@ unicore32-linux-user aarch64-softmmu" %define tcmallocflag --enable-tcmalloc %endif -%if %{have_spice} +%if 0%{?have_spice:1} %define spiceflag --enable-spice %else %define spiceflag --disable-spice