aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 437fcaa..7e71a12 100755
--- a/configure
+++ b/configure
@@ -259,6 +259,7 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
259 SHAREDLIB='libz.sl' ;; 259 SHAREDLIB='libz.sl' ;;
260 esac ;; 260 esac ;;
261 AIX*) 261 AIX*)
262 LDSHARED=${LDSHARED-"$cc -shared"}
262 LDFLAGS="${LDFLAGS} -Wl,-brtl" ;; 263 LDFLAGS="${LDFLAGS} -Wl,-brtl" ;;
263 Darwin* | darwin* | *-darwin*) 264 Darwin* | darwin* | *-darwin*)
264 shared_ext='.dylib' 265 shared_ext='.dylib'