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

Add missing AC_SUBST() for DNSTAP

parent 2b487ca9
No related branches found
No related tags found
No related merge requests found
......@@ -251,6 +251,8 @@ AS_IF([test "$enable_daemon" = "yes"],[
dnl Check for dnstap.
dt_DNSTAP([
AC_DEFINE([USE_DNSTAP], [1], [Define to 1 to enable dnstap support])
AC_SUBST(DNSTAP_CFLAGS)
AC_SUBST(DNSTAP_LIBS)
])
])
......
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