aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:33:23 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:33:23 -0700
commit59ca2179ff8ef92e9e8351a11f1a92e7138364c2 (patch)
treecaeafc57710fb521543ce19743c3fb5a557ae68e /configure
parent67cc20d0041a32bee12bd9eb20ae218f91b73f77 (diff)
downloadzlib-59ca2179ff8ef92e9e8351a11f1a92e7138364c2.tar.gz
zlib-59ca2179ff8ef92e9e8351a11f1a92e7138364c2.tar.bz2
zlib-59ca2179ff8ef92e9e8351a11f1a92e7138364c2.zip
zlib 1.2.4-pre2v1.2.4-pre2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index d3ee355..672fd37 100755
--- a/configure
+++ b/configure
@@ -215,6 +215,9 @@ if test $shared -eq 0; then
215 LDSHARED="$CC" 215 LDSHARED="$CC"
216 ALL="static" 216 ALL="static"
217 TEST="all teststatic" 217 TEST="all teststatic"
218 SHAREDLIB=""
219 SHAREDLIBV=""
220 SHAREDLIBM=""
218 echo Building static library $STATICLIB version $VER with $CC. 221 echo Building static library $STATICLIB version $VER with $CC.
219else 222else
220 ALL="static shared" 223 ALL="static shared"