diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-03-31 15:07:54 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-03-31 15:07:54 +1100 |
commit | 6688ee80b2d2247825efd82ee212ec926e422250 (patch) | |
tree | 498728963133cb7cd6ae4ee5304f11c1d75babb4 /source4/lib/ldb/external | |
parent | 7a5e6940cf9578f865a559102c76f7c64b0ff47d (diff) | |
download | samba-6688ee80b2d2247825efd82ee212ec926e422250.tar.gz samba-6688ee80b2d2247825efd82ee212ec926e422250.tar.xz samba-6688ee80b2d2247825efd82ee212ec926e422250.zip |
added support for a prepare_commit() op in ldb modules
This op will be used by the partition module to give us good
transaction semantics across the 4 partitions that sam.ldb uses.
Diffstat (limited to 'source4/lib/ldb/external')
-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 8c2cab702f..cdfc5ea2fb 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.0)]) + [PKG_CHECK_MODULES(TDB, tdb >= 1.1.4)]) |