diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-03 11:36:04 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-03 19:58:55 +0100 |
commit | c652b426126d97ae8fad256bf5b96beed414a385 (patch) | |
tree | c9b3af776c52bfcca2765e3f1a8b0f780609eea9 /source4 | |
parent | 67810019a0bc3ab2d02f9506a3f93ee1fa3062ca (diff) | |
download | samba-c652b426126d97ae8fad256bf5b96beed414a385.tar.gz samba-c652b426126d97ae8fad256bf5b96beed414a385.tar.xz samba-c652b426126d97ae8fad256bf5b96beed414a385.zip |
tevent: raise version to 0.9.2 after AUTOCLOSE changes
metze
Diffstat (limited to 'source4')
-rw-r--r-- | source4/configure.ac | 2 |
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) |