1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

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
This commit is contained in:
Günther Deschner 2009-12-02 00:22:18 +01:00
parent 8dda4cea66
commit ecb071ca2a

View 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