view config @ 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 a75d4ad9c5d2
children
line wrap: on
line source

# (C) Maxim Dounin
# Configuration for ngx_http_gunzip_filter_module.

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"

NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
		$ngx_addon_dir/ngx_http_gunzip_filter_module.c"