comparison auto/lib/zlib/conf @ 875:7af8276b1c2f

test PCRE in FreeBSD, Linux, and NetBSD
author Igor Sysoev <igor@sysoev.ru>
date Mon, 27 Nov 2006 11:07:09 +0000
parents 975f62e77f02
children da1ba8a5c8c9
comparison
equal deleted inserted replaced
874:98afa13ea7e5 875:7af8276b1c2f
45 45
46 ngx_feature="zlib library" 46 ngx_feature="zlib library"
47 ngx_feature_name= 47 ngx_feature_name=
48 ngx_feature_run=no 48 ngx_feature_run=no
49 ngx_feature_incs="#include <zlib.h>" 49 ngx_feature_incs="#include <zlib.h>"
50 ngx_feature_path=
50 ngx_feature_libs="-lz" 51 ngx_feature_libs="-lz"
51 ngx_feature_test="z_stream z; deflate(&z, Z_NO_FLUSH)" 52 ngx_feature_test="z_stream z; deflate(&z, Z_NO_FLUSH)"
52 . auto/feature 53 . auto/feature
53 54
54 55