From bc10147b9f36f1a61b96ceec016bf4d4d12e128f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 20 Jul 2009 07:10:43 +0000 Subject: ngx_http_geoip_module --- auto/modules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'auto/modules') diff --git a/auto/modules b/auto/modules index 9bc2e04db..01951c738 100644 --- a/auto/modules +++ b/auto/modules @@ -240,6 +240,12 @@ if [ $HTTP_GEO = YES ]; then HTTP_SRCS="$HTTP_SRCS $HTTP_GEO_SRCS" fi +if [ $HTTP_GEOIP = YES ]; then + have=NGX_HTTP_GEOIP . auto/have + HTTP_MODULES="$HTTP_MODULES $HTTP_GEOIP_MODULE" + HTTP_SRCS="$HTTP_SRCS $HTTP_GEOIP_SRCS" +fi + if [ $HTTP_MAP = YES ]; then have=NGX_HTTP_MAP . auto/have HTTP_MODULES="$HTTP_MODULES $HTTP_MAP_MODULE" -- cgit