diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:33:23 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:33:23 -0700 |
commit | 59ca2179ff8ef92e9e8351a11f1a92e7138364c2 (patch) | |
tree | caeafc57710fb521543ce19743c3fb5a557ae68e /configure | |
parent | 67cc20d0041a32bee12bd9eb20ae218f91b73f77 (diff) | |
download | zlib-59ca2179ff8ef92e9e8351a11f1a92e7138364c2.tar.gz zlib-59ca2179ff8ef92e9e8351a11f1a92e7138364c2.tar.bz2 zlib-59ca2179ff8ef92e9e8351a11f1a92e7138364c2.zip |
zlib 1.2.4-pre2v1.2.4-pre2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
219 | else | 222 | else |
220 | ALL="static shared" | 223 | ALL="static shared" |