Searched refs:use_geoip (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/win32utils/
H A DConfigure692 my $use_geoip = "no";
1019 $use_geoip = "yes";
1257 if ($use_geoip eq "no") {
2381 if ($use_geoip eq "no") {
3394 if ($use_geoip eq "yes") {
/bind-9.11.3/
H A Dconfigure13922 withval=$with_geoip; use_geoip="$withval"
13924 use_geoip="no"
13928 if test "yes" = "$use_geoip"
13934 use_geoip=$d
13940 case "$use_geoip" in
13948 if test -d "$use_geoip" -o -L "$use_geoip"
13950 CFLAGS="$CFLAGS -I$use_geoip/include"
13951 CPPFLAGS="$CPPFLAGS -I$use_geoip/include"
13952 LIBS="$LIBS -L$use_geoip/li
[all...]

Completed in 39 milliseconds