From 59ca2179ff8ef92e9e8351a11f1a92e7138364c2 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:33:23 -0700 Subject: zlib 1.2.4-pre2 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index d3ee355..672fd37 100755 --- a/configure +++ b/configure @@ -215,6 +215,9 @@ if test $shared -eq 0; then LDSHARED="$CC" ALL="static" TEST="all teststatic" + SHAREDLIB="" + SHAREDLIBV="" + SHAREDLIBM="" echo Building static library $STATICLIB version $VER with $CC. else ALL="static shared" -- cgit v1.2.3-55-g6feb