Add quotes missing from previous patch.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1818 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8606e5b450
commit
d4b8f0396a
2
configure
vendored
2
configure
vendored
@ -614,7 +614,7 @@ if test "$fmod" = "yes" ; then
|
|||||||
fi
|
fi
|
||||||
qemu_version=`head $source_path/VERSION`
|
qemu_version=`head $source_path/VERSION`
|
||||||
echo "VERSION=$qemu_version" >>$config_mak
|
echo "VERSION=$qemu_version" >>$config_mak
|
||||||
echo "#define QEMU_VERSION $qemu_version" >> $config_h
|
echo "#define QEMU_VERSION \"$qemu_version\"" >> $config_h
|
||||||
|
|
||||||
echo "SRC_PATH=$source_path" >> $config_mak
|
echo "SRC_PATH=$source_path" >> $config_mak
|
||||||
if [ "$source_path_used" = "yes" ]; then
|
if [ "$source_path_used" = "yes" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user