comparison auto/lib/zlib/conf @ 493:975f62e77f02 release-0.1.21

nginx-0.1.21-RELEASE import *) Bugfix: the ngx_http_stub_status_module showed incorrect statistics if "rtsig" method was used or if several worker process ran on SMP. *) Bugfix: nginx could not be built by the icc compiler on Linux or if the zlib-1.2.x library was building from sources. *) Bugfix: nginx could not be built on NetBSD 2.0.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 22 Feb 2005 14:40:13 +0000
parents 2ff194b74f1e
children 7af8276b1c2f
comparison
equal deleted inserted replaced
492:a3fac9a5aa5b 493:975f62e77f02
19 CORE_LIBS="$CORE_LIBS $ZLIB/adler32.o" 19 CORE_LIBS="$CORE_LIBS $ZLIB/adler32.o"
20 CORE_LIBS="$CORE_LIBS $ZLIB/crc32.o" 20 CORE_LIBS="$CORE_LIBS $ZLIB/crc32.o"
21 CORE_LIBS="$CORE_LIBS $ZLIB/deflate.o" 21 CORE_LIBS="$CORE_LIBS $ZLIB/deflate.o"
22 CORE_LIBS="$CORE_LIBS $ZLIB/trees.o" 22 CORE_LIBS="$CORE_LIBS $ZLIB/trees.o"
23 CORE_LIBS="$CORE_LIBS $ZLIB/zutil.o" 23 CORE_LIBS="$CORE_LIBS $ZLIB/zutil.o"
24 CORE_LIBS="$CORE_LIBS $ZLIB/compress.o"
24 25
25 if [ $ZLIB_ASM != NO ]; then 26 if [ $ZLIB_ASM != NO ]; then
26 CORE_LIBS="$CORE_LIBS $ZLIB/match.o" 27 CORE_LIBS="$CORE_LIBS $ZLIB/match.o"
27 fi 28 fi
28 ;; 29 ;;
35 36
36 esac 37 esac
37 38
38 else 39 else
39 40
40 if [ $NGX_PLATFORM != win32 ]; then 41 if [ "$NGX_PLATFORM" != win32 ]; then
41 ZLIB=NO 42 ZLIB=NO
42 43
43 # FreeBSD, Solaris, Linux 44 # FreeBSD, Solaris, Linux
44 45
45 ngx_feature="zlib library" 46 ngx_feature="zlib library"