]> granicus.if.org Git - pdns/commitdiff
auth: report libmaxminddb and libgeoip
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 7 Jun 2019 12:44:51 +0000 (14:44 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 1 Jul 2019 08:26:46 +0000 (10:26 +0200)
(cherry picked from commit a8e771e56efbdcabf720cf23454ca9ad66db67b6)

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