comparison auto/lib/zlib/conf @ 665:0b460e61bdcd default tip

Merge with nginx 1.0.0.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Apr 2011 04:22:17 +0400
parents 53f5f04a64b8
children
comparison
equal deleted inserted replaced
572:06419a2298a9 665:0b460e61bdcd
55 55
56 if [ $ngx_found = yes ]; then 56 if [ $ngx_found = yes ]; then
57 CORE_LIBS="$CORE_LIBS $ngx_feature_libs" 57 CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
58 ZLIB=YES 58 ZLIB=YES
59 ngx_found=no 59 ngx_found=no
60 else 60 fi
61 fi
61 62
63 if [ $ZLIB != YES ]; then
62 cat << END 64 cat << END
63 65
64 $0: error: the HTTP gzip module requires the zlib library. 66 $0: error: the HTTP gzip module requires the zlib library.
65 You can either disable the module by using --without-http_gzip_module 67 You can either disable the module by using --without-http_gzip_module
66 option, or install the zlib library into the system, or build the zlib library 68 option, or install the zlib library into the system, or build the zlib library
67 statically from the source with nginx by using --with-zlib=<path> option. 69 statically from the source with nginx by using --with-zlib=<path> option.
68 70
69 END 71 END
70 exit 1 72 exit 1
71 fi
72 fi 73 fi
73 74
74 fi 75 fi