From: bellard Date: Tue, 28 Oct 2003 23:04:01 +0000 (+0000) Subject: CONFIG_STATIC patch X-Git-Tag: release_0_5_1~76 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=508634723981e5cf269efb1c353afd1ec8b7a45a;p=qemu.git CONFIG_STATIC patch git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@426 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/configure b/configure index 0e2227084..2f27deed6 100755 --- a/configure +++ b/configure @@ -295,6 +295,7 @@ if test "$gprof" = "yes" ; then fi if test "$static" = "yes" ; then echo "CONFIG_STATIC=yes" >> $config_mak + echo "#define CONFIG_STATIC 1" >> $config_h fi if test "$sdl" = "yes" ; then echo "CONFIG_SDL=yes" >> $config_mak