View | Details | Raw Unified | Return to bug 218472
Collapse All | Expand All

(-)files/patch-configure.ac (-2 / +10 lines)
Lines 1-6 Link Here
1
--- configure.ac.intermediate	2016-02-03 22:06:00 UTC
1
--- configure.ac.orig	2017-04-08 02:15:16 UTC
2
+++ configure.ac
2
+++ configure.ac
3
@@ -1543,7 +1543,7 @@ AC_ARG_WITH([libedit],
3
@@ -1486,6 +1486,7 @@ AC_ARG_WITH(ldns,
4
 		else
5
 			LIBS="$LIBS `$LDNSCONFIG --libs`"
6
 			CPPFLAGS="$CPPFLAGS `$LDNSCONFIG --cflags`"
7
+			ldns=yes
8
 		fi
9
 	elif test "x$withval" != "xno" ; then
10
 			CPPFLAGS="$CPPFLAGS -I${withval}/include"
11
@@ -1544,7 +1545,7 @@ AC_ARG_WITH([libedit],
4
 			LIBEDIT=`$PKGCONFIG --libs libedit`
12
 			LIBEDIT=`$PKGCONFIG --libs libedit`
5
 			CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`"
13
 			CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`"
6
 		else
14
 		else

Return to bug 218472