From: Aurelien Jacobs Date: Fri, 15 Jun 2007 18:17:42 +0000 (+0000) Subject: generate ENABLE_* defines also for all the HAVE_* values X-Git-Tag: v0.5~8690 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/f6de217b6c462df8d53fa28a3db54ee5160b8f76 generate ENABLE_* defines also for all the HAVE_* values Originally committed as revision 9319 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index d513ae2..06188d5 100755 --- a/configure +++ b/configure @@ -2024,7 +2024,7 @@ fi echo "LIB_INSTALL_EXTRA_CMD=${LIB_INSTALL_EXTRA_CMD}" >> config.mak echo "EXTRALIBS=$extralibs" >> config.mak -print_config HAVE_ $TMPH config.mak $HAVE_LIST +print_config_enable HAVE_ $TMPH config.mak $HAVE_LIST print_config TARGET_ $TMPH config.mak $TARGET_LIST print_config_enable CONFIG_ $TMPH config.mak $CONFIG_LIST \ $DECODER_LIST \