configure: quote kvm_ppc_pvr
This commit is contained in:
parent
b798068d51
commit
7dd319027c
2
configure
vendored
2
configure
vendored
@ -3339,7 +3339,7 @@ case "$target_arch2" in
|
|||||||
if test $vhost_net = "yes" ; then
|
if test $vhost_net = "yes" ; then
|
||||||
echo "CONFIG_VHOST_NET=y" >> $config_target_mak
|
echo "CONFIG_VHOST_NET=y" >> $config_target_mak
|
||||||
fi
|
fi
|
||||||
if test $kvm_ppc_pvr = "yes" ; then
|
if test "$kvm_ppc_pvr" = "yes" ; then
|
||||||
echo "CONFIG_KVM_PPC_PVR=y" >> $config_target_mak
|
echo "CONFIG_KVM_PPC_PVR=y" >> $config_target_mak
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user