diff options
author | Simo Sorce <idra@samba.org> | 2009-07-02 09:29:20 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-07-03 08:45:29 -0400 |
commit | 2738178d1301f9c1c4144c7472c9419911cd816e (patch) | |
tree | 7e40836e4677f27d4b7244c462cc71ff80a7820b /source4 | |
parent | b54e48b830dbc3d66f9de5d2711a57a1630809e2 (diff) | |
download | samba-2738178d1301f9c1c4144c7472c9419911cd816e.tar.gz samba-2738178d1301f9c1c4144c7472c9419911cd816e.tar.bz2 samba-2738178d1301f9c1c4144c7472c9419911cd816e.zip |
Restore ABI compatibility for talloc.
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 ecc8e10ffc..1ecc92919d 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,2.0.0) +define(TALLOC_MIN_VERSION,1.4.0) define(LDB_REQUIRED_VERSION,0.9.6) define(TEVENT_REQUIRED_VERSION,0.9.6) |