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 /source3 | |
parent | 67810019a0bc3ab2d02f9506a3f93ee1fa3062ca (diff) | |
download | samba-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.m4 | 2 |
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) |