diff options
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 45154c8c88..debdc39d58 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 >= 1.0.0, +SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent >= 0.9.0, [], [ m4_include(../lib/tevent/libtevent.m4) |