]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/recursordist/configure.ac
Merge pull request #7853 from Marlinc/dnsdist-prometheus-histogram
[thirdparty/pdns.git] / pdns / recursordist / configure.ac
index fbad126428bc35290896463ca950f6146df323de..3d2b20f555f5b1e27ded837b07a238f158f4391a 100644 (file)
@@ -149,6 +149,8 @@ AC_ARG_WITH([nod-cache-dir],
   [nodcachedir="$withval"]
 )
 
+PDNS_CHECK_DNSTAP
+
 AC_MSG_CHECKING([whether we will enable compiler security checks])
 AC_ARG_ENABLE([hardening],
   [AS_HELP_STRING([--disable-hardening], [disable compiler security checks @<:@default=no@:>@])],
@@ -245,5 +247,9 @@ AM_COND_IF([NOD_ENABLED],
   [AC_MSG_NOTICE([nod: yes])],
   [AC_MSG_NOTICE([nod: no])]
 )
+AM_COND_IF([FSTRM],
+  [AC_MSG_NOTICE([dnstap: yes])],
+  [AC_MSG_NOTICE([dnstap: no])]
+)
 AC_MSG_NOTICE([Context library: $pdns_context_library])
 AC_MSG_NOTICE([])