summaryrefslogtreecommitdiff
path: root/source4/configure.ac
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-03 09:14:23 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-03 09:14:23 +0100
commitb00f6d169c1b5b4da5d8c5167d81a659e1deca13 (patch)
treed3b7e6d9b16dde92158eb242c7a25903ef60a12a /source4/configure.ac
parent120dc0e5aa2778a6ad2da80672b0e51ed77f2f53 (diff)
downloadsamba-b00f6d169c1b5b4da5d8c5167d81a659e1deca13.tar.gz
samba-b00f6d169c1b5b4da5d8c5167d81a659e1deca13.tar.bz2
samba-b00f6d169c1b5b4da5d8c5167d81a659e1deca13.zip
tevent: raise version to 0.9.1
This 0.9.1 isn't compatible with 0.9.0, but it makes only sense to raise the major version after we have reached 1.0.0. 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 debdc39d58..ef8ad66f68 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.0,
+SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent >= 0.9.1,
[],
[
m4_include(../lib/tevent/libtevent.m4)