summaryrefslogtreecommitdiff
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 68bfc88..39f5d8d 100755
--- a/configure
+++ b/configure
@@ -78,6 +78,8 @@ if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) 2>/dev/null; then
78 CFLAGS="$cflags" 78 CFLAGS="$cflags"
79 case `(uname -s || echo unknown) 2>/dev/null` in 79 case `(uname -s || echo unknown) 2>/dev/null` in
80 Linux | linux) LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1"};; 80 Linux | linux) LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1"};;
81 QNX*) #This is for QNX6. I suppose that the QNX rule below is for QNX2,QNX4 (alain.bonnefoy@icbt.com)
82 LDSHARED=${LDSHARED-"$cc -shared -Wl,-hlibz.so.1"};;
81 HP-UX*) LDSHARED=${LDSHARED-"$cc -shared $SFLAGS"} 83 HP-UX*) LDSHARED=${LDSHARED-"$cc -shared $SFLAGS"}
82 shared_ext='.sl' 84 shared_ext='.sl'
83 SHAREDLIB='libz.sl';; 85 SHAREDLIB='libz.sl';;