From: Stefan Metzmacher Date: Wed, 24 Dec 2008 12:50:47 +0000 (+0100) Subject: lib/tevent: libtevent will change a lot until it's version 1.0.0 X-Git-Tag: samba-4.0.0alpha6~369 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83bcc4e0273d1b58d1692910a6bc8e2c1f785497;p=thirdparty%2Fsamba.git lib/tevent: libtevent will change a lot until it's version 1.0.0 metze --- diff --git a/lib/tevent/configure.ac b/lib/tevent/configure.ac index d9d39e0e72a..22d306b0f65 100644 --- a/lib/tevent/configure.ac +++ b/lib/tevent/configure.ac @@ -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 diff --git a/source4/configure.ac b/source4/configure.ac index 45154c8c886..debdc39d58a 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)