mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
79454b50fc
We have made a lot of useful changes to LDB since the last realese, that Samba4 now relies on. This ensures that a build against a system LDB will only succeed against the right version. Andrew Bartlett
7 lines
243 B
Plaintext
7 lines
243 B
Plaintext
# 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(LDB_REQUIRED_VERSION,0.9.6)
|
|
define(TEVENT_REQUIRED_VERSION,0.9.6)
|