summaryrefslogtreecommitdiff
path: root/source3/samba4.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-13 18:52:40 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-13 18:55:22 +0100
commitf3262027a3314edda8c0659f7d7b27dbdbea0203 (patch)
tree59426f15b9a537d065d09e327b021f2ff0a0a9ab /source3/samba4.m4
parent946573aaed89c7f2900e2d5b49ccc6b9389a5e89 (diff)
downloadsamba-f3262027a3314edda8c0659f7d7b27dbdbea0203.tar.gz
samba-f3262027a3314edda8c0659f7d7b27dbdbea0203.tar.bz2
samba-f3262027a3314edda8c0659f7d7b27dbdbea0203.zip
s4:configure: require the same version for external and internal libtevent
Until we reach 1.0.0, we better require the exact same version. metze
Diffstat (limited to 'source3/samba4.m4')
-rw-r--r--source3/samba4.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/samba4.m4 b/source3/samba4.m4
index 8107f816ad..d11d3be2d5 100644
--- a/source3/samba4.m4
+++ b/source3/samba4.m4
@@ -84,7 +84,7 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.3,
SMB_INCLUDE_MK(../lib/tdb/python.mk)
-SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent >= 0.9.2,
+SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent = 0.9.3,
[],[m4_include(../lib/tevent/samba.m4)]
)