changeset 5:d8e85fd12fab

Gunzip: require gzip and zlib in config. Require nginx core gzip bits and zlib library instead of assuming they are brought by gzip module. This fixes compilation without gzip module.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 28 Dec 2009 02:01:08 +0300
parents 2698bf018167
children 45e54370c2d0
files config
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/config
+++ b/config
@@ -3,6 +3,9 @@
 
 ngx_addon_name="ngx_http_gunzip_filter_module"
 
+have=NGX_HTTP_GZIP . auto/have
+USE_ZLIB=YES
+
 HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES \
 		ngx_http_gunzip_filter_module"