From 95345986e855c5d26a6728ba0b996ac7a104cfb8 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 17 Jun 2009 09:08:23 +1000 Subject: Require the new tdb 1.1.5 (for performance reasons) While tdb has not changed ABI in a way that requires this, we don't want Samba4 somehow built against the old version with performance problems on large, growing databases. Andrew Bartlett --- source4/min_versions.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/min_versions.m4') diff --git a/source4/min_versions.m4 b/source4/min_versions.m4 index 0d9f439d60..6b6bd9864e 100644 --- a/source4/min_versions.m4 +++ b/source4/min_versions.m4 @@ -1,6 +1,6 @@ # Minimum and exact required versions for various libraries # if we use the ones installed in the system. -define(TDB_MIN_VERSION,1.1.4) +define(TDB_MIN_VERSION,1.1.5) define(TALLOC_MIN_VERSION,1.3.0) define(LDB_REQUIRED_VERSION,0.9.5) define(TEVENT_REQUIRED_VERSION,0.9.6) -- cgit