diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-06-17 09:08:23 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-06-18 13:49:29 +1000 |
commit | 95345986e855c5d26a6728ba0b996ac7a104cfb8 (patch) | |
tree | c0c84efe31032c60126ec4add8995352fd57ec12 /source4/lib/ldb | |
parent | b250c8de3930ed95c876219e13ceb1375b07d228 (diff) | |
download | samba-95345986e855c5d26a6728ba0b996ac7a104cfb8.tar.gz samba-95345986e855c5d26a6728ba0b996ac7a104cfb8.tar.bz2 samba-95345986e855c5d26a6728ba0b996ac7a104cfb8.zip |
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
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/external/libtdb.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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)]) |