summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-03-16 19:04:54 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-03-16 19:04:54 +0000
commite27ca59b0e658da7044774903ad78ca78a046d3c (patch)
treecfa8502d05e4e9274eda32169b4261459263e7f0 /configure
parent15b34f6386f1ddc52c454bb09f72e5b2d1d92205 (diff)
zlib detection fix by (Gildas Bazin <gbazin altern org<)
Originally committed as revision 4048 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 69c3abca27..e789fbfa08 100755
--- a/configure
+++ b/configure
@@ -854,7 +854,7 @@ if (zlibVersion() != ZLIB_VERSION)
return 0;
}
EOF
-$cc $CFLAGS -o $TMPE $TMPC -lz 2> /dev/null || zlib="no"
+$cc $CFLAGS $LDFLAGS -o $TMPE $TMPC -lz 2> /dev/null || zlib="no"
# $TMPE 2> /dev/null > /dev/null || zlib="no"
# XXX: more tests needed - runtime test
fi