]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: report libmaxminddb and libgeoip 7890/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 7 Jun 2019 12:44:51 +0000 (14:44 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 7 Jun 2019 12:44:51 +0000 (14:44 +0200)
pdns/version.cc

index ce2f3963ce8079367b94c21433cfc275ef48f816..caef7d525ad3fab2ff80a591a13f61500b250fa9 100644 (file)
@@ -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