Lines Matching refs:ldns
1473 # Check whether user wants to use ldns
1475 AC_ARG_WITH(ldns, optwith
1476 [ --with-ldns[[=PATH]] Use ldns for DNSSEC support (optionally in PATH)],
1478 ldns=""
1480 AC_PATH_TOOL([LDNSCONFIG], [ldns-config], [no])
1485 ldns=yes
1494 ldns=yes
1498 if test "x$ldns" = "xyes" ; then
1499 AC_DEFINE(HAVE_LDNS, 1, [Define if you want ldns support])
1501 AC_MSG_CHECKING([for ldns support])
1507 #include <ldns/ldns.h>
1514 AC_MSG_ERROR([** Incomplete or missing ldns libraries.])