diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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';; |