mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
ab73692bd3
tevent now has tevent_re_initialise() which is needed for the s4 build
7 lines
244 B
Plaintext
7 lines
244 B
Plaintext
# Minimum and exact required versions for various libraries
|
|
# if we use the ones installed in the system.
|
|
define(TDB_MIN_VERSION,1.2.1)
|
|
define(TALLOC_MIN_VERSION,2.0.2)
|
|
define(LDB_REQUIRED_VERSION,0.9.10)
|
|
define(TEVENT_REQUIRED_VERSION,0.9.9)
|