diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-07-02 15:19:40 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-07-02 15:19:40 +1000 |
commit | acfb01a8f63f5b84c271ae0599bf40d92237cdf9 (patch) | |
tree | cd51372ff56d25b5d5249ce8cd5552b1ddec2b05 /source4 | |
parent | 465b879902dcf06940730ec41542fbdf7bd8dc08 (diff) | |
download | samba-acfb01a8f63f5b84c271ae0599bf40d92237cdf9.tar.gz samba-acfb01a8f63f5b84c271ae0599bf40d92237cdf9.tar.bz2 samba-acfb01a8f63f5b84c271ae0599bf40d92237cdf9.zip |
change talloc to 2.0.0
This is needed to prevent samba3 and samba4 from using an ABI
incompatible system version of talloc
See ongoing discussion on the samba-technical mailing list
Diffstat (limited to 'source4')
-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 320b209941..ecc8e10ffc 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.3.0) +define(TALLOC_MIN_VERSION,2.0.0) define(LDB_REQUIRED_VERSION,0.9.6) define(TEVENT_REQUIRED_VERSION,0.9.6) |