summaryrefslogtreecommitdiff
path: root/source4/configure.ac
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 /source4/configure.ac
parent67810019a0bc3ab2d02f9506a3f93ee1fa3062ca (diff)
downloadsamba-c652b426126d97ae8fad256bf5b96beed414a385.tar.gz
tevent: raise version to 0.9.2 after AUTOCLOSE changes
metze
Diffstat (limited to 'source4/configure.ac')
-rw-r--r--source4/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.ac b/source4/configure.ac
index ef8ad66f685..4ce55c82ba7 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -60,7 +60,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)