diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-12-08 10:27:30 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-12-08 14:07:45 +1100 |
commit | b2d8e1118dd8d7826a60ffc5759d6be30a659338 (patch) | |
tree | bd2cf2bdac0d221ba7678a8cc0a7ff31d884584b /source4/lib | |
parent | 1bf825b6f8df8b37816350ad670a5955025eb788 (diff) | |
download | samba-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')
-rw-r--r-- | source4/lib/ldb/configure.ac | 2 | ||||
-rw-r--r-- | source4/lib/ldb/external/libtdb.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/configure.ac b/source4/lib/ldb/configure.ac index af1d7f9f72..29c31a1c5b 100644 --- a/source4/lib/ldb/configure.ac +++ b/source4/lib/ldb/configure.ac @@ -11,7 +11,7 @@ AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""]) AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""]) AC_DEFUN([SMB_EXT_LIB], [echo -n ""]) AC_DEFUN([SMB_ENABLE], [echo -n ""]) -AC_INIT(ldb, 0.9.9) +AC_INIT(ldb, 0.9.10) AC_CONFIG_SRCDIR([common/ldb.c]) AC_LIBREPLACE_ALL_CHECKS 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)]) |