From 9af570a2ef2313c309904ad291a8a0858d61eb68 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 1 Oct 2010 13:17:58 +0200 Subject: s3-configure: Require at least version 1.2.6 of external TDB, which has TDB_INCOMPATIBLE_HASH. --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 -- cgit