From a8e771e56efbdcabf720cf23454ca9ad66db67b6 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 7 Jun 2019 14:44:51 +0200 Subject: [PATCH] auth: report libmaxminddb and libgeoip --- pdns/version.cc | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.2