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

/bind-9.11.3/win32utils/
H A DConfigure693 my $geoip_path = "";
1021 $geoip_path = $val;
1260 print "geoip-path: $geoip_path\n";
2387 $geoip_path = File::Spec->rel2abs($geoip_path);
2389 print "checking for geoip directory at \"$geoip_path\"\n";
2391 if (!-f File::Spec->catfile($geoip_path, "GeoIP.h")) {
2394 if (!-f File::Spec->catfile($geoip_path, "GeoIP.lib")) {
2397 if (!-f File::Spec->catfile($geoip_path, "GeoIP.dll")) {
2400 $configinc{"GEOIP_INC"} = "$geoip_path";
[all...]

Completed in 12 milliseconds