comparison auto/lib/zlib/conf @ 42:41ccba1aba45 NGINX_0_1_21

nginx 0.1.21 *) 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 <http://sysoev.ru>
date Tue, 22 Feb 2005 00:00:00 +0300
parents 6f8b0dc0f8dd
children 6ae1357b7b7c
comparison
equal deleted inserted replaced
41:4d8e7a81b3a0 42:41ccba1aba45
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"