From: Daniel P. Berrange Date: Fri, 14 Oct 2011 09:01:56 +0000 (+0100) Subject: Fix syntax problem in mingw32-libvirt.spec.in X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=aaa937c0b65450c11cb877e87dc1264b34110fc9;p=libvirt.git Fix syntax problem in mingw32-libvirt.spec.in When defining macros, you can't put comments on the end of the line because they will get included in the macro definition * mingw32-libvirt.spec.in: Fix comment about hyperv --- diff --git a/mingw32-libvirt.spec.in b/mingw32-libvirt.spec.in index 57c67aef83..521790ce9b 100644 --- a/mingw32-libvirt.spec.in +++ b/mingw32-libvirt.spec.in @@ -10,7 +10,8 @@ # libraries exist. %define with_phyp 0%{!?_without_phyp:1} %define with_esx 0%{!?_without_esx:1} -%define with_hyperv 0%{!?_without_hyperv:0} # missing libwsman +# missing libwsman, so can't build hyper-v +%define with_hyperv 0%{!?_without_hyperv:0} %define with_xenapi 0%{!?_without_xenapi:1} # RHEL ships ESX but not PowerHypervisor, HyperV, or libxenserver (xenapi)