diff options
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c2878e3d4..82b28ce9a 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1486,6 +1486,7 @@ AC_ARG_WITH(ldns, | |||
1486 | else | 1486 | else |
1487 | LIBS="$LIBS `$LDNSCONFIG --libs`" | 1487 | LIBS="$LIBS `$LDNSCONFIG --libs`" |
1488 | CPPFLAGS="$CPPFLAGS `$LDNSCONFIG --cflags`" | 1488 | CPPFLAGS="$CPPFLAGS `$LDNSCONFIG --cflags`" |
1489 | ldns=yes | ||
1489 | fi | 1490 | fi |
1490 | elif test "x$withval" != "xno" ; then | 1491 | elif test "x$withval" != "xno" ; then |
1491 | CPPFLAGS="$CPPFLAGS -I${withval}/include" | 1492 | CPPFLAGS="$CPPFLAGS -I${withval}/include" |