diff auto/lib/conf @ 3241:0ecc8d7c77b1 stable-0.7

merge r2986, r2992, r3032: ngx_http_geoip_module
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Oct 2009 16:38:44 +0000
parents cb3d4dc8c6db
children
line wrap: on
line diff
--- a/auto/lib/conf
+++ b/auto/lib/conf
@@ -67,6 +67,9 @@ if [ $USE_PERL = YES ]; then
     . auto/lib/perl/conf
 fi
 
+if [ $HTTP_GEOIP = YES ]; then
+    . auto/lib/geoip/conf
+fi
 if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then
     . auto/lib/google-perftools/conf
 fi