diff options
author | Darren Tucker <dtucker@zip.com.au> | 2017-03-24 09:44:56 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2017-03-24 09:44:56 +1100 |
commit | 7af27bf538cbc493d609753f9a6d43168d438f1b (patch) | |
tree | 6589bf721b9bd00814e52cd3521465311d75338d /configure.ac | |
parent | 58b8cfa2a062b72139d7229ae8de567f55776f24 (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.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" |