Commit d4b8f0396a04309454e0e48aacb7809cf08ab8e2
1 parent
8606e5b4
Add quotes missing from previous patch.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1818 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
configure
... | ... | @@ -614,7 +614,7 @@ if test "$fmod" = "yes" ; then |
614 | 614 | fi |
615 | 615 | qemu_version=`head $source_path/VERSION` |
616 | 616 | echo "VERSION=$qemu_version" >>$config_mak |
617 | -echo "#define QEMU_VERSION $qemu_version" >> $config_h | |
617 | +echo "#define QEMU_VERSION \"$qemu_version\"" >> $config_h | |
618 | 618 | |
619 | 619 | echo "SRC_PATH=$source_path" >> $config_mak |
620 | 620 | if [ "$source_path_used" = "yes" ]; then | ... | ... |