summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-03 11:36:04 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-03 19:58:55 +0100
commitc652b426126d97ae8fad256bf5b96beed414a385 (patch)
treec9b3af776c52bfcca2765e3f1a8b0f780609eea9 /source3
parent67810019a0bc3ab2d02f9506a3f93ee1fa3062ca (diff)
downloadsamba-c652b426126d97ae8fad256bf5b96beed414a385.tar.gz
samba-c652b426126d97ae8fad256bf5b96beed414a385.tar.bz2
samba-c652b426126d97ae8fad256bf5b96beed414a385.zip
tevent: raise version to 0.9.2 after AUTOCLOSE changes
metze
Diffstat (limited to 'source3')
-rw-r--r--source3/samba4.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/samba4.m4 b/source3/samba4.m4
index 8bcc18c5c7..fe3995dfa0 100644
--- a/source3/samba4.m4
+++ b/source3/samba4.m4
@@ -65,7 +65,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.1,
+SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent >= 0.9.2,
[],
[
m4_include(../lib/tevent/libtevent.m4)