Add quotes missing from previous patch.
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 16 Apr 2006 13:49:23 +0000 (13:49 +0000)
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 16 Apr 2006 13:49:23 +0000 (13:49 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1818 c046a42c-6fe2-441c-8c8c-71466251a162

configure

index f315c19..5367e65 100755 (executable)
--- a/configure
+++ b/configure
@@ -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