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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80b2fad29091e453782580c26cd5144f35fe73ec;p=pdns Add information whether we are building ZeroMQ remotebackend to summary --- diff --git a/configure.ac b/configure.ac index 3c9908dd8..6df5054e4 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])