diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-10-28 23:04:01 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-10-28 23:04:01 +0000 |
commit | 508634723981e5cf269efb1c353afd1ec8b7a45a (patch) | |
tree | 9f7b502cd79165c6bea7e109cf6682286a41cb51 /configure | |
parent | 9d4520d0e06a7dda8f3bf515e2b51fc240db698a (diff) |
CONFIG_STATIC patch
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@426 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |