INN commit: trunk (configure.ac)
INN Commit
rra at isc.org
Sat Aug 24 20:07:44 UTC 2013
Date: Saturday, August 24, 2013 @ 13:07:44
Author: iulius
Revision: 9528
fix the value of DBM_CPPFLAGS and DBM_LIBS
Typo in a test introduced by previous commit [9525].
Modified:
trunk/configure.ac
--------------+
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: configure.ac
===================================================================
--- configure.ac 2013-08-08 08:32:50 UTC (rev 9527)
+++ configure.ac 2013-08-24 20:07:44 UTC (rev 9528)
@@ -335,7 +335,7 @@
if test x"$DB_LIBS" != x ; then
INN_LIB_BERKELEYDB_NDBM
fi
-if test x"$HAVE_BDB_NDBM" = x ; then
+if test x"$HAVE_BDB_NDBM" != x ; then
INN_SEARCH_AUX_LIBS([dbm_open], [ndbm dbm gdbm "gdbm_compat -lgdbm"], [DBM_LIBS],
[AC_DEFINE([HAVE_DBM], 1, [Define if you have a dbm library.])])
DBM_CPPFLAGS=
More information about the inn-committers
mailing list