]> git.proxmox.com Git - qemu.git/commitdiff
configure: quote kvm_ppc_pvr
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 14 May 2011 22:35:13 +0000 (00:35 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 14 May 2011 22:35:31 +0000 (00:35 +0200)
configure

index f18499d115c98c21737ca59af26d7501d22290cf..e30575e7622484f05fc0110cf9bace308c9dae0b 100755 (executable)
--- 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