From: Michal Nowak Date: Fri, 12 Feb 2021 17:19:01 +0000 (+0100) Subject: Do not build geoip_test when GeoIP is not available X-Git-Tag: v9.17.11~54^2~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=cfd0f7d2ebb5ddb84f79ef65d120a40331485810;p=thirdparty%2Fbind9.git Do not build geoip_test when GeoIP is not available --- diff --git a/lib/dns/tests/Makefile.am b/lib/dns/tests/Makefile.am index d28608bb5fb..d57d446483e 100644 --- a/lib/dns/tests/Makefile.am +++ b/lib/dns/tests/Makefile.am @@ -26,7 +26,6 @@ check_PROGRAMS = \ dispatch_test \ dns64_test \ dst_test \ - geoip_test \ keytable_test \ name_test \ nsec3_test \