comparison auto/lib/zlib/conf @ 586:53f5f04a64b8 NGINX_0_8_45

nginx 0.8.45 *) Feature: ngx_http_xslt_filter improvements. Thanks to Laurence Rowe. *) Bugfix: SSI response might be truncated after include with wait="yes"; the bug had appeared in 0.7.25. Thanks to Maxim Dounin. *) Bugfix: the "listen" directive did not support the "setfib=0" parameter.
author Igor Sysoev <http://sysoev.ru>
date Tue, 13 Jul 2010 00:00:00 +0400
parents f39b9e29530d
children
comparison
equal deleted inserted replaced
585:565a8b8fdad5 586:53f5f04a64b8
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