Revert "s3-build: taise tdb version when building against system libtdb library."
authorGünther Deschner <gd@samba.org>
Tue, 1 Dec 2009 23:22:18 +0000 (00:22 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 1 Dec 2009 23:38:03 +0000 (00:38 +0100)
This reverts commit ea20678c55fee9f4586630cdb5fe7f35457d309a.

Just one new error code does probably not justify raising the required tdb version.

Guenther

source3/configure.in

index fc62fc20ea6a5ac4b6d1274293857370878443d8..9317685fc3cbdfbf5227b2b004d5dab93b033c85 100644 (file)
@@ -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