projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b798068
)
configure: quote kvm_ppc_pvr
author
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 14 May 2011 22:35:13 +0000
(
00:35
+0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 14 May 2011 22:35:31 +0000
(
00:35
+0200)
configure
patch
|
blob
|
history
diff --git
a/configure
b/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