summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b1b3bdacf..85e687773 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1533,8 +1533,6 @@ AC_ARG_WITH(ldns,
1533 if test "x$withval" = "xyes" ; then 1533 if test "x$withval" = "xyes" ; then
1534 AC_PATH_TOOL([LDNSCONFIG], [ldns-config], [no]) 1534 AC_PATH_TOOL([LDNSCONFIG], [ldns-config], [no])
1535 if test "x$LDNSCONFIG" = "xno"; then 1535 if test "x$LDNSCONFIG" = "xno"; then
1536 CPPFLAGS="$CPPFLAGS -I${withval}/include"
1537 LDFLAGS="$LDFLAGS -L${withval}/lib"
1538 LIBS="-lldns $LIBS" 1536 LIBS="-lldns $LIBS"
1539 ldns=yes 1537 ldns=yes
1540 else 1538 else