diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-04-16 13:49:23 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-04-16 13:49:23 +0000 |
commit | d4b8f0396a04309454e0e48aacb7809cf08ab8e2 (patch) | |
tree | 58b151ac737bd80d6b5a0a34fcf34de07f87c3e3 /configure | |
parent | 8606e5b4502584b50bf4239ba79091efa8676ad0 (diff) |
Add quotes missing from previous patch.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1818 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -614,7 +614,7 @@ if test "$fmod" = "yes" ; then fi qemu_version=`head $source_path/VERSION` 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 if [ "$source_path_used" = "yes" ]; then |