diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/samba4.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/samba4.m4 b/source3/samba4.m4 index 5199363fc3..8bcc18c5c7 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.0, +SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent >= 0.9.1, [], [ m4_include(../lib/tevent/libtevent.m4) @@ -114,8 +114,6 @@ SMB_INCLUDE_MK(lib/ldb/python.mk) SMB_ENABLE(swig_ldb,YES) m4_include(lib/tls/config.m4) -teventdir="../lib/tevent" -m4_include(../lib/tevent/libtevent.m4) dnl m4_include(auth/kerberos/config.m4) m4_include(auth/gensec/config.m4) |