Skip to content
Snippets Groups Projects
Commit 481c7311 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Enable DNSTAP with --disable-daemon

parent cba5e77a
No related branches found
No related tags found
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment