From ea20678c55fee9f4586630cdb5fe7f35457d309a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 1 Dec 2009 01:22:44 +0100 Subject: s3-build: taise tdb version when building against system libtdb library. Try to fix the build on "buildsamba02". At least fixes the build on fedora12 with libtdb-devel-1.1.5-2.fc12.x86_64 installed. Volker, please check. Guenther --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/configure.in b/source3/configure.in index 80952b5e85..01dcd9f744 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4891,7 +4891,7 @@ AC_ARG_ENABLE(external_libtdb, if test "x$enable_external_libtdb" != xno then - PKG_CHECK_MODULES(LIBTDB, tdb >= 1.1.4, + PKG_CHECK_MODULES(LIBTDB, tdb >= 1.2.0, [ enable_external_libtdb=yes ], [ if test x$enable_external_libtdb = xyes; then -- cgit