diff options
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -231,7 +231,7 @@ if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) >> configure.log 2>&1; then | |||
| 231 | SHAREDLIBV=libz.$VER$shared_ext | 231 | SHAREDLIBV=libz.$VER$shared_ext |
| 232 | SHAREDLIBM=libz.$VER1$shared_ext | 232 | SHAREDLIBM=libz.$VER1$shared_ext |
| 233 | LDSHARED=${LDSHARED-"$cc -dynamiclib -install_name $libdir/$SHAREDLIBM -compatibility_version $VER1 -current_version $VER3"} | 233 | LDSHARED=${LDSHARED-"$cc -dynamiclib -install_name $libdir/$SHAREDLIBM -compatibility_version $VER1 -current_version $VER3"} |
| 234 | if test "`libtool -V 2>&1 | grep -c Apple`" != "0"; then | 234 | if libtool -V 2>&1 | grep Apple > /dev/null; then |
| 235 | AR="libtool" | 235 | AR="libtool" |
| 236 | else | 236 | else |
| 237 | AR="/usr/bin/libtool" | 237 | AR="/usr/bin/libtool" |
