]> git.proxmox.com Git - qemu.git/commitdiff
CONFIG_STATIC patch
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 28 Oct 2003 23:04:01 +0000 (23:04 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 28 Oct 2003 23:04:01 +0000 (23:04 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@426 c046a42c-6fe2-441c-8c8c-71466251a162

configure

index 0e222708437c1be5e1540b7bb8024c4f3d302ffd..2f27deed6df4bc11e354afc2e3d56404d9f0bfc8 100755 (executable)
--- 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