From: Aurelien Jarno Date: Sat, 14 May 2011 22:35:13 +0000 (+0200) Subject: configure: quote kvm_ppc_pvr X-Git-Tag: v0.15.0-rc0~281 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7dd319027c26763ad4d0b65c09d1d20105e5c715;p=qemu-xen-4.3-testing.git configure: quote kvm_ppc_pvr --- diff --git a/configure b/configure index f18499d11..e30575e76 100755 --- a/configure +++ b/configure @@ -3339,7 +3339,7 @@ case "$target_arch2" in if test $vhost_net = "yes" ; then echo "CONFIG_VHOST_NET=y" >> $config_target_mak fi - if test $kvm_ppc_pvr = "yes" ; then + if test "$kvm_ppc_pvr" = "yes" ; then echo "CONFIG_KVM_PPC_PVR=y" >> $config_target_mak fi fi