summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 2b6993c..5a48bde 100755
--- a/configure
+++ b/configure
@@ -266,7 +266,9 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
266 SHAREDLIBV=libz.$VER$shared_ext 266 SHAREDLIBV=libz.$VER$shared_ext
267 SHAREDLIBM=libz.$VER1$shared_ext 267 SHAREDLIBM=libz.$VER1$shared_ext
268 LDSHARED=${LDSHARED-"$cc -dynamiclib -install_name $libdir/$SHAREDLIBM -compatibility_version $VER1 -current_version $VER3"} 268 LDSHARED=${LDSHARED-"$cc -dynamiclib -install_name $libdir/$SHAREDLIBM -compatibility_version $VER1 -current_version $VER3"}
269 if libtool -V 2>&1 | grep Apple > /dev/null; then 269 if "${CROSS_PREFIX}libtool" -V 2>&1 | grep Apple > /dev/null; then
270 AR="${CROSS_PREFIX}libtool"
271 elif libtool -V 2>&1 | grep Apple > /dev/null; then
270 AR="libtool" 272 AR="libtool"
271 else 273 else
272 AR="/usr/bin/libtool" 274 AR="/usr/bin/libtool"