summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-12-02 00:22:18 +0100
committerGünther Deschner <gd@samba.org>2009-12-02 00:38:03 +0100
commitecb071ca2a00d1b35ace2a4f8924f2af2ba34328 (patch)
treeb935287e4e4e726993e7e44ac94c90832d6471e5
parent8dda4cea660639190c1c7e84355186d07a6e064f (diff)
downloadsamba-ecb071ca2a00d1b35ace2a4f8924f2af2ba34328.tar.gz
samba-ecb071ca2a00d1b35ace2a4f8924f2af2ba34328.tar.bz2
samba-ecb071ca2a00d1b35ace2a4f8924f2af2ba34328.zip
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
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
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