diff options
author | Ondřej Surý <ondrej@sury.org> | 2017-01-30 12:40:40 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2017-01-30 12:40:40 +0100 |
commit | 481c73113d923301f28db47d892f9ba2597854f7 (patch) | |
tree | b9500ecdc61fb4ebe32fbf692a224fbab5c9ad82 /configure.ac | |
parent | tests-extra: update requirements (diff) | |
download | knot-481c73113d923301f28db47d892f9ba2597854f7.tar.xz knot-481c73113d923301f28db47d892f9ba2597854f7.zip |
Enable DNSTAP with --disable-daemon
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 39e2fbdd2..056387733 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |