]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commitdiff
Add quotes missing from previous patch.
authorpbrook <pbrook>
Sun, 16 Apr 2006 13:49:23 +0000 (13:49 +0000)
committerpbrook <pbrook>
Sun, 16 Apr 2006 13:49:23 +0000 (13:49 +0000)
configure

index f315c1938f9c2292f4a0e01929093bbd511a1c87..5367e65f1b1624a4b2641799bc66c37ab6caa618 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