summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-10-26 16:38:44 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-10-26 16:38:44 +0000
commit703b5e904356888f3fde0fc3c23a766ce094b75d (patch)
tree658bcb924943adfe2e9bed6bb1af525d129147f0 /auto/modules
parent66f4b80a0ea11bb4e2bb682ca65f02eb64053d79 (diff)
downloadnginx-703b5e904356888f3fde0fc3c23a766ce094b75d.tar.gz
nginx-703b5e904356888f3fde0fc3c23a766ce094b75d.tar.bz2
merge r2986, r2992, r3032:
ngx_http_geoip_module
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules6
1 files changed, 6 insertions, 0 deletions
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"