1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3-configure: Require at least version 1.2.6 of external TDB, which has

TDB_INCOMPATIBLE_HASH.
This commit is contained in:
Jelmer Vernooij 2010-10-01 13:17:58 +02:00
parent e5dfc64e9c
commit 9af570a2ef

View File

@ -2122,7 +2122,7 @@ AC_ARG_ENABLE(external_libtdb,
if test "x$enable_external_libtdb" != xno
then
PKG_CHECK_MODULES(LIBTDB, tdb >= 1.2.2,
PKG_CHECK_MODULES(LIBTDB, tdb >= 1.2.6,
[ enable_external_libtdb=yes ],
[
if test x$enable_external_libtdb = xyes; then