From 7dd319027c26763ad4d0b65c09d1d20105e5c715 Mon Sep 17 00:00:00 2001
From: Aurelien Jarno <aurelien@aurel32.net>
Date: Sun, 15 May 2011 00:35:13 +0200
Subject: [PATCH] configure: quote kvm_ppc_pvr

---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index f18499d115..e30575e762 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
-- 
2.30.2