mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
lib/tevent: libtevent will change a lot until it's version 1.0.0
metze
This commit is contained in:
parent
479b4b09e1
commit
83bcc4e027
@ -3,7 +3,7 @@ AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
|
||||
AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
|
||||
AC_DEFUN([SMB_ENABLE], [echo -n ""])
|
||||
AC_DEFUN([SMB_EXT_LIB], [echo -n ""])
|
||||
AC_INIT(tevent, 1.0.0)
|
||||
AC_INIT(tevent, 0.9.0)
|
||||
AC_CONFIG_SRCDIR([tevent.c])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_LIBREPLACE_ALL_CHECKS
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user