summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-01 13:17:58 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-01 18:49:40 +0200
commit9af570a2ef2313c309904ad291a8a0858d61eb68 (patch)
tree900f94281b740d4133dc27d489a90d8a97c76698 /source3
parente5dfc64e9c7ef38f77fed1ffc41aad6cf1876766 (diff)
downloadsamba-9af570a2ef2313c309904ad291a8a0858d61eb68.tar.gz
samba-9af570a2ef2313c309904ad291a8a0858d61eb68.tar.bz2
samba-9af570a2ef2313c309904ad291a8a0858d61eb68.zip
s3-configure: Require at least version 1.2.6 of external TDB, which has
TDB_INCOMPATIBLE_HASH.
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 9868dc007a..630c8541ee 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2122,7 +2122,7 @@ AC_ARG_ENABLE(external_libtdb,
if test "x$enable_external_libtdb" != xno
then
- PKG_CHECK_MODULES(LIBTDB, tdb >= 1.2.2,
+ PKG_CHECK_MODULES(LIBTDB, tdb >= 1.2.6,
[ enable_external_libtdb=yes ],
[
if test x$enable_external_libtdb = xyes; then