diff options
Diffstat (limited to 'source4/configure.ac')
-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 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) |