diff options
Diffstat (limited to 'source4/lib')
-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)]) |