diff options
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 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)]) |