]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fix neater.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 30 Jun 2011 14:02:16 +0000 (14:02 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 30 Jun 2011 14:02:16 +0000 (14:02 +0000)
git-svn-id: file:///svn/unbound/trunk@2449 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac

index 9767ca58d164bcdbbd4140826e1211c0163d48f5..50e90b482eedb17dc234c456608bf1b155c5701a 100755 (executable)
--- a/configure
+++ b/configure
@@ -16674,7 +16674,7 @@ esac
 
 # 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"
index 5f3ac7a6c7359cfe19966f04f1fb51a9eae71ad7..a878e925a8279142161a8b5616c3ff38c94cd6dc 100644 (file)
@@ -713,7 +713,7 @@ AC_SUBST(EXPORT_ALL_SYMBOLS)
 # 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"