mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-11 01:02:53 -05:00
Neater, remove unused lines.
git-svn-id: file:///svn/unbound/trunk@3217 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
595d40aad5
commit
aa5b248dd2
2 changed files with 0 additions and 4 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -20085,8 +20085,6 @@ if test "$ac_res" != no; then :
|
|||
fi
|
||||
|
||||
|
||||
LIBS="$LIBS $DNSTAP_LIBS"
|
||||
CFLAGS="$CFLAGS $DNSTAP_CFLAGS"
|
||||
|
||||
$as_echo "#define USE_DNSTAP 1" >>confdefs.h
|
||||
|
||||
|
|
|
|||
|
|
@ -1098,8 +1098,6 @@ fi
|
|||
# check for dnstap if requested
|
||||
dt_DNSTAP([$UNBOUND_RUN_DIR/dnstap.sock],
|
||||
[
|
||||
LIBS="$LIBS $DNSTAP_LIBS"
|
||||
CFLAGS="$CFLAGS $DNSTAP_CFLAGS"
|
||||
AC_DEFINE([USE_DNSTAP], [1], [Define to 1 to enable dnstap support])
|
||||
AC_SUBST([ENABLE_DNSTAP], [1])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue