summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2017-03-24 09:44:56 +1100
committerDarren Tucker <dtucker@zip.com.au>2017-03-24 09:44:56 +1100
commit7af27bf538cbc493d609753f9a6d43168d438f1b (patch)
tree6589bf721b9bd00814e52cd3521465311d75338d /configure.ac
parent58b8cfa2a062b72139d7229ae8de567f55776f24 (diff)
Enable ldns when using ldns-config.
Actually enable ldns when attempting to use ldns-config. bz#2697, patch from fredrik at fornwall.net.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c2878e3d..82b28ce9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1486,6 +1486,7 @@ AC_ARG_WITH(ldns,
else
LIBS="$LIBS `$LDNSCONFIG --libs`"
CPPFLAGS="$CPPFLAGS `$LDNSCONFIG --cflags`"
+ ldns=yes
fi
elif test "x$withval" != "xno" ; then
CPPFLAGS="$CPPFLAGS -I${withval}/include"