From: Pieter Lexis Date: Fri, 7 Jun 2019 12:44:51 +0000 (+0200) Subject: auth: report libmaxminddb and libgeoip X-Git-Tag: dnsdist-1.4.0-rc1~101^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8e771e56efbdcabf720cf23454ca9ad66db67b6;p=thirdparty%2Fpdns.git auth: report libmaxminddb and libgeoip --- diff --git a/pdns/version.cc b/pdns/version.cc index ce2f3963ce..caef7d525a 100644 --- a/pdns/version.cc +++ b/pdns/version.cc @@ -104,6 +104,12 @@ void showBuildConfiguration() #ifdef HAVE_LIBDL "libdl " << #endif +#ifdef HAVE_GEOIP + "libgeoip " << +#endif +#ifdef HAVE_MMDB + "libmaxminddb " << +#endif #ifdef HAVE_LUA "lua " << #endif