summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-06-15 18:17:42 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-06-15 18:17:42 +0000
commitf6de217b6c462df8d53fa28a3db54ee5160b8f76 (patch)
tree4fc241f06db864ca4035a83b1336abe73e7039b0 /configure
parent629272d86f8c4dcfd6c38b9000bb6872f0a229a3 (diff)
generate ENABLE_* defines also for all the HAVE_* values
Originally committed as revision 9319 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d513ae2b0e..06188d5d38 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 \