From c0d43ed552ae7e3c346ffad8de29b90c44a75f07 Mon Sep 17 00:00:00 2001 From: pbrook Date: Sun, 16 Apr 2006 13:49:23 +0000 Subject: [PATCH] Add quotes missing from previous patch. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f315c193..5367e65f 100755 --- 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 -- 2.39.5