comparison 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
comparison
equal deleted inserted replaced
2984:097c1242995b 2985:31af2d1a742e
65 65
66 if [ $USE_PERL = YES ]; then 66 if [ $USE_PERL = YES ]; then
67 . auto/lib/perl/conf 67 . auto/lib/perl/conf
68 fi 68 fi
69 69
70 if [ $HTTP_GEOIP = YES ]; then
71 . auto/lib/geoip/conf
72 fi
70 if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then 73 if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then
71 . auto/lib/google-perftools/conf 74 . auto/lib/google-perftools/conf
72 fi 75 fi