diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-08-21 10:00:51 +0200 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-08-24 16:29:59 +1000 |
commit | 5cefde407559497c2ff53d0caa9d22d4af063a68 (patch) | |
tree | 63dab0cefc36eacfffa3638d1377ec4e463d0115 | |
parent | 55dbe80d0537ae2addf7bcd682372fe1829152a6 (diff) | |
download | samba-5cefde407559497c2ff53d0caa9d22d4af063a68.tar.gz samba-5cefde407559497c2ff53d0caa9d22d4af063a68.tar.bz2 samba-5cefde407559497c2ff53d0caa9d22d4af063a68.zip |
s4:build: require talloc >= 2.0.0
metze
-rw-r--r-- | source4/min_versions.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/min_versions.m4 b/source4/min_versions.m4 index dd97e1bfbb..329ecea162 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.5) -define(TALLOC_MIN_VERSION,1.4.0) +define(TALLOC_MIN_VERSION,2.0.0) define(LDB_REQUIRED_VERSION,0.9.6) define(TEVENT_REQUIRED_VERSION,0.9.7) |