FYI: libunbound building broken

From: Mike Markley <mike_at_markley.org>
Date: Fri, 14 Aug 2009 18:57:39 -0700

The test in configure.ac/configure for libunboud and arlib being turned
on at the same time has a couple of typos and a logic issue
($enable_arlib won't be set to "no" if it wasn't specified at all on the
commandline). The end result is that --with-unbound never works.

Since it's a one-line fix to configure.ac, I went ahead and tested and
committed it:

--- configure.ac 13 Aug 2009 23:27:18 -0000 1.38
+++ configure.ac 15 Aug 2009 01:53:35 -0000
_at_@ -252,7 +252,7 @@
 AC_SUBST(LIBUNBOUND_LIBDIRS)
 AC_SUBST(LIBUNBOUND_LIBS)

-if test x"$unboundpath" != x"no" -a x"$enable_arlilb" != no
+if test x"$unboundpath" != x"no" -a x"$enable_arlib" == x"yes"
 then
        AC_MSG_ERROR(cannot use both arlib and unbound)
 fi

-- 
Mike Markley <mike_at_markley.org>
Received on Sat Aug 15 2009 - 01:57:50 PST

This archive was generated by hypermail 2.3.0 : Mon Oct 29 2012 - 23:32:29 PST