INN commit: trunk (configure.ac)
INN Commit
rra at isc.org
Sun Aug 25 10:39:49 UTC 2013
Date: Sunday, August 25, 2013 @ 03:39:48
Author: iulius
Revision: 9529
fix the value of DBM_CPPFLAGS and DBM_LIBS
It should now work (wrong fix in commit [9528]).
Modified:
trunk/configure.ac
--------------+
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: configure.ac
===================================================================
--- configure.ac 2013-08-24 20:07:44 UTC (rev 9528)
+++ configure.ac 2013-08-25 10:39:48 UTC (rev 9529)
@@ -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"$inn_cv_lib_berkeleydb_ndbm_works" != xyes ; 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