Commit 508634723981e5cf269efb1c353afd1ec8b7a45a
1 parent
9d4520d0
CONFIG_STATIC patch
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@426 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
0 deletions
configure
... | ... | @@ -295,6 +295,7 @@ if test "$gprof" = "yes" ; then |
295 | 295 | fi |
296 | 296 | if test "$static" = "yes" ; then |
297 | 297 | echo "CONFIG_STATIC=yes" >> $config_mak |
298 | + echo "#define CONFIG_STATIC 1" >> $config_h | |
298 | 299 | fi |
299 | 300 | if test "$sdl" = "yes" ; then |
300 | 301 | echo "CONFIG_SDL=yes" >> $config_mak | ... | ... |