Skip to content
Snippets Groups Projects
Commit 3446cb9a authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Merge branch 'dnstap-just-utils' into 'master'

Enable DNSTAP with --disable-daemon

See merge request !663
parents cba5e77a 481c7311
Branches
Tags
No related merge requests found
......@@ -274,7 +274,7 @@ AC_SEARCH_LIBS([urcu_init], [urcu], [AC_MSG_ERROR([liburcu is too old (< 0.4.0),
])
opt_dnstap=no
AS_IF([test "$enable_daemon" = "yes"],[
AS_IF([test "$enable_daemon" = "yes" -o "$enable_utilities" = "yes"],[
dnl Check for dnstap.
dt_DNSTAP([
AC_DEFINE([USE_DNSTAP], [1], [Define to 1 to enable dnstap support])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment