zlib 1.2.4-pre2

This commit is contained in:
Mark Adler
2011-09-09 23:33:23 -07:00
parent 67cc20d004
commit 59ca2179ff
14 changed files with 22 additions and 19 deletions

3
configure vendored
View File

@@ -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"