aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:23:27 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:23:27 -0700
commit7a33a861d1526894272a8a4b08527ce32316d750 (patch)
tree3611b8e0f01c20f809015f30fba0a599daf1413b /configure
parenta2506218cd8c32416d0d15260834f3c23d910fc8 (diff)
downloadzlib-7a33a861d1526894272a8a4b08527ce32316d750.tar.gz
zlib-7a33a861d1526894272a8a4b08527ce32316d750.tar.bz2
zlib-7a33a861d1526894272a8a4b08527ce32316d750.zip
zlib 1.2.1v1.2.1
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 92a5737..d698479 100755
--- a/configure
+++ b/configure
@@ -76,7 +76,7 @@ if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) 2>/dev/null; then
76 SFLAGS=${CFLAGS-"-fPIC -O3"} 76 SFLAGS=${CFLAGS-"-fPIC -O3"}
77 CFLAGS="$cflags" 77 CFLAGS="$cflags"
78 case `(uname -s || echo unknown) 2>/dev/null` in 78 case `(uname -s || echo unknown) 2>/dev/null` in
79 Linux | linux) LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1"};; 79 Linux | linux | GNU | GNU/*) LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1"};;
80 CYGWIN* | Cygwin* | cygwin* ) 80 CYGWIN* | Cygwin* | cygwin* )
81 EXE='.exe';; 81 EXE='.exe';;
82 QNX*) # This is for QNX6. I suppose that the QNX rule below is for QNX2,QNX4 82 QNX*) # This is for QNX6. I suppose that the QNX rule below is for QNX2,QNX4