summaryrefslogtreecommitdiff
path: root/source4/min_versions.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-03-15 16:35:13 +0100
committerJelmer Vernooij <jelmer@samba.org>2009-03-15 16:35:13 +0100
commit0ea702efaeaadcdcb05e99e838dae1b2dbdd95b9 (patch)
tree40b9d2dfbb4d3ca01b206f85bcc6408eb938f549 /source4/min_versions.m4
parent8edd73759de2faf139d22fc1eec04192375449ae (diff)
downloadsamba-0ea702efaeaadcdcb05e99e838dae1b2dbdd95b9.tar.gz
samba-0ea702efaeaadcdcb05e99e838dae1b2dbdd95b9.tar.bz2
samba-0ea702efaeaadcdcb05e99e838dae1b2dbdd95b9.zip
configure: Add common file with minimum versions of external libraries.
Diffstat (limited to 'source4/min_versions.m4')
-rw-r--r--source4/min_versions.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/min_versions.m4 b/source4/min_versions.m4
new file mode 100644
index 0000000000..46f45a1bf3
--- /dev/null
+++ b/source4/min_versions.m4
@@ -0,0 +1,6 @@
+# Minimum and exact required versions for various libraries
+# if we use the ones installed in the system.
+TDB_MIN_VERSION=1.1.3
+TALLOC_MIN_VERSION=1.3.0
+LDB_REQUIRED_VERSION=0.9.3
+TEVENT_REQUIRED_VERSION=0.9.4