comparison auto/lib/zlib/conf @ 320:d621239c30f7

nginx-0.0.3-2004-04-18-23:06:02 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 18 Apr 2004 19:06:02 +0000
parents ce375c313e96
children 42d11f017717
comparison
equal deleted inserted replaced
319:7a8ebba985a9 320:d621239c30f7
33 esac 33 esac
34 34
35 else 35 else
36 36
37 if [ $PLATFORM != win32 ]; then 37 if [ $PLATFORM != win32 ]; then
38
39 # FreeBSD, Solaris, Linux
40
41 ngx_lib_cflags=
38 ngx_lib_inc="#include <zlib.h>" 42 ngx_lib_inc="#include <zlib.h>"
39
40 ngx_lib="zlib library" 43 ngx_lib="zlib library"
41 ngx_lib_test="z_stream z; deflate(&z, Z_NO_FLUSH)" 44 ngx_lib_test="z_stream z; deflate(&z, Z_NO_FLUSH)"
42 ngx_libs=-lz 45 ngx_libs=-lz
43 . auto/lib/test 46 . auto/lib/test
44 47