summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/external
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-12-08 10:27:30 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-12-08 14:07:45 +1100
commitb2d8e1118dd8d7826a60ffc5759d6be30a659338 (patch)
treebd2cf2bdac0d221ba7678a8cc0a7ff31d884584b /source4/lib/ldb/external
parent1bf825b6f8df8b37816350ad670a5955025eb788 (diff)
downloadsamba-b2d8e1118dd8d7826a60ffc5759d6be30a659338.tar.gz
samba-b2d8e1118dd8d7826a60ffc5759d6be30a659338.tar.bz2
samba-b2d8e1118dd8d7826a60ffc5759d6be30a659338.zip
s4:build Bump ldb and tdb required versions.
Hopefully this will ensure we don't get an older version from the system.
Diffstat (limited to 'source4/lib/ldb/external')
-rw-r--r--source4/lib/ldb/external/libtdb.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/external/libtdb.m4 b/source4/lib/ldb/external/libtdb.m4
index 44971e1fa9..eb5a02030d 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.6)])
+ [PKG_CHECK_MODULES(TDB, tdb >= 1.2.0)])