From: Thomas D Date: Sat, 14 Feb 2015 21:14:42 +0000 (+0100) Subject: Add information whether we are building ZeroMQ remotebackend to summary X-Git-Tag: dnsdist-1.0.0-alpha1~292^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2236%2Fhead;p=thirdparty%2Fpdns.git Add information whether we are building ZeroMQ remotebackend to summary --- diff --git a/configure.ac b/configure.ac index 3c9908dd88..6df5054e4a 100644 --- a/configure.ac +++ b/configure.ac @@ -372,6 +372,8 @@ AC_MSG_NOTICE([]) AC_MSG_NOTICE([Modules: $modules]) AC_MSG_NOTICE([Dynamic Modules: $dynmodules]) AC_MSG_NOTICE([]) +AC_MSG_NOTICE([With ZeroMQ connector for remotebackend: $enable_remotebackend_zeromq]) +AC_MSG_NOTICE([]) AC_MSG_NOTICE([CC: $CC]) AC_MSG_NOTICE([CXX: $CXX]) AC_MSG_NOTICE([LD: $LD])