diff options
author | Aurelien Jarno | 2011-05-15 00:35:13 +0200 |
---|---|---|
committer | Aurelien Jarno | 2011-05-15 00:35:31 +0200 |
commit | 7dd319027c26763ad4d0b65c09d1d20105e5c715 (patch) | |
tree | d22b39bb8b560b9ddb2fbf744cf553a0cc24cb76 /configure | |
parent | target-lm32: Remove unused local variables (diff) | |
download | qemu-7dd319027c26763ad4d0b65c09d1d20105e5c715.tar.gz qemu-7dd319027c26763ad4d0b65c09d1d20105e5c715.tar.xz qemu-7dd319027c26763ad4d0b65c09d1d20105e5c715.zip |
configure: quote kvm_ppc_pvr
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |