# HG changeset patch # User Maxim Dounin # Date 1261954868 -10800 # Node ID d8e85fd12fab483feb8521c3fb5074216376c4a2 # Parent 2698bf0181675b281e23c6c910f47cf6f2e7722e 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. diff --git a/config b/config --- 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"