summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/geoip/conf
diff options
context:
space:
mode:
Diffstat (limited to 'auto/lib/geoip/conf')
-rw-r--r--auto/lib/geoip/conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/auto/lib/geoip/conf b/auto/lib/geoip/conf
index 49af32ad2..53c274d54 100644
--- a/auto/lib/geoip/conf
+++ b/auto/lib/geoip/conf
@@ -69,6 +69,18 @@ if [ $ngx_found = yes ]; then
CORE_INCS="$CORE_INCS $ngx_feature_path"
CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
+ if [ $NGX_IPV6 = YES ]; then
+ ngx_feature="GeoIP IPv6 support"
+ ngx_feature_name="NGX_HAVE_GEOIP_V6"
+ ngx_feature_run=no
+ ngx_feature_incs="#include <stdio.h>
+ #include <GeoIP.h>"
+ #ngx_feature_path=
+ #ngx_feature_libs=
+ ngx_feature_test="printf(\"%d\", GEOIP_CITY_EDITION_REV0_V6);"
+ . auto/feature
+ fi
+
else
cat << END