# Check whether --with-ldns was given.
if test "${with_ldns+set}" = set; then :
- withval=$with_ldns; specialldnsdir="$withval"
+ withval=$with_ldns;
if test "$withval" != "yes"; then
if test "$withval" != "/usr" -a "$withval" != ""; then
CPPFLAGS="-I$withval/include $CPPFLAGS"
# may break checks after this.
AC_ARG_WITH(ldns, AC_HELP_STRING([--with-ldns=PATH],
[specify prefix of path of ldns library to use]),
- [ specialldnsdir="$withval"
+ [
if test "$withval" != "yes"; then
if test "$withval" != "/usr" -a "$withval" != ""; then
CPPFLAGS="-I$withval/include $CPPFLAGS"