aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index aa872ec..c487270 100755
--- a/configure
+++ b/configure
@@ -252,6 +252,8 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
252 shared_ext='.sl' 252 shared_ext='.sl'
253 SHAREDLIB='libz.sl' ;; 253 SHAREDLIB='libz.sl' ;;
254 esac ;; 254 esac ;;
255 AIX*)
256 LDFLAGS="${LDFLAGS} -Wl,-brtl" ;;
255 Darwin* | darwin* | *-darwin*) 257 Darwin* | darwin* | *-darwin*)
256 shared_ext='.dylib' 258 shared_ext='.dylib'
257 SHAREDLIB=libz$shared_ext 259 SHAREDLIB=libz$shared_ext