summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/external
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-19 12:42:57 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-19 14:12:02 -0700
commitc386c027e7a5ea55a9e6375eaf736718c6dbaae0 (patch)
tree78cfcc3220b012738cf5189eb63b1616788eb329 /source4/lib/ldb/external
parent1261d694f05bed1e466412b96da50d0062146470 (diff)
downloadsamba-c386c027e7a5ea55a9e6375eaf736718c6dbaae0.tar.gz
samba-c386c027e7a5ea55a9e6375eaf736718c6dbaae0.tar.bz2
samba-c386c027e7a5ea55a9e6375eaf736718c6dbaae0.zip
s4-ldb: bump minimum version in ldb too
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 2554f27d27..44971e1fa9 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.5)])
+ [PKG_CHECK_MODULES(TDB, tdb >= 1.1.6)])