From 95345986e855c5d26a6728ba0b996ac7a104cfb8 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 17 Jun 2009 09:08:23 +1000 Subject: Require the new tdb 1.1.5 (for performance reasons) While tdb has not changed ABI in a way that requires this, we don't want Samba4 somehow built against the old version with performance problems on large, growing databases. Andrew Bartlett --- source4/lib/ldb/external/libtdb.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/external') diff --git a/source4/lib/ldb/external/libtdb.m4 b/source4/lib/ldb/external/libtdb.m4 index cdfc5ea2fb..2554f27d27 100644 --- a/source4/lib/ldb/external/libtdb.m4 +++ b/source4/lib/ldb/external/libtdb.m4 @@ -4,4 +4,4 @@ AC_SUBST(TDB_LIBS) AC_CHECK_HEADER(tdb.h, [AC_CHECK_LIB(tdb, tdb_open, [TDB_LIBS="-ltdb"]) ], - [PKG_CHECK_MODULES(TDB, tdb >= 1.1.4)]) + [PKG_CHECK_MODULES(TDB, tdb >= 1.1.5)]) -- cgit