From 70534adee10fc6f5bba2d9304668dc6508e5de5a Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 6 Feb 2010 10:48:39 -0500 Subject: tdb: raise version to 1.2.1 after recent fixes we need to raise the version to 1.2.1 so that we can require also the right patched version. --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index f3c6ba5987..14b57b688a 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1965,7 +1965,7 @@ AC_ARG_ENABLE(external_libtdb, if test "x$enable_external_libtdb" != xno then - PKG_CHECK_MODULES(LIBTDB, tdb >= 1.1.7, + PKG_CHECK_MODULES(LIBTDB, tdb >= 1.2.1, [ enable_external_libtdb=yes ], [ if test x$enable_external_libtdb = xyes; then -- cgit