From bcb37b2ec054ef125ca1187912f077e924d5c61f Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Fri, 3 Jul 2015 17:22:51 +0100 Subject: [PATCH] Fix conditional in previous commit --- qemu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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