From ecb071ca2a00d1b35ace2a4f8924f2af2ba34328 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Dec 2009 00:22:18 +0100 Subject: Revert "s3-build: taise tdb version when building against system libtdb library." This reverts commit ea20678c55fee9f4586630cdb5fe7f35457d309a. Just one new error code does probably not justify raising the required tdb version. Guenther --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/configure.in b/source3/configure.in index fc62fc20ea..9317685fc3 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1973,7 +1973,7 @@ AC_ARG_ENABLE(external_libtdb, if test "x$enable_external_libtdb" != xno then - PKG_CHECK_MODULES(LIBTDB, tdb >= 1.2.0, + PKG_CHECK_MODULES(LIBTDB, tdb >= 1.1.4, [ enable_external_libtdb=yes ], [ if test x$enable_external_libtdb = xyes; then -- cgit