diff auto/lib/conf @ 2985:31af2d1a742e

ngx_http_geoip_module
author Igor Sysoev <igor@sysoev.ru>
date Mon, 20 Jul 2009 07:10:43 +0000
parents da1ba8a5c8c9
children b4aa418af6ef
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