summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-03-13 15:50:23 +0100
committerKarolin Seeger <kseeger@samba.org>2009-04-15 09:07:11 +0200
commit1a94aaedc30bd175a0b1dc80df34ceb1a91a8ec3 (patch)
tree649261c8d6235ed7a6a33084a42ba758b5ed7c52
parenta2b62e9f7b9c23768de416a1672c721cf05fa37f (diff)
downloadsamba-1a94aaedc30bd175a0b1dc80df34ceb1a91a8ec3.tar.gz
samba-1a94aaedc30bd175a0b1dc80df34ceb1a91a8ec3.tar.xz
samba-1a94aaedc30bd175a0b1dc80df34ceb1a91a8ec3.zip
s4:build: require tevent 0.9.4
metze (cherry picked from commit 1355dc2fd3a10c54fc3534409b78972d59d59b30) (cherry picked from commit f136ed96e46c1d4b6aec13daf468ada2fdf59715)
-rw-r--r--source3/samba4.m42
-rw-r--r--source4/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/samba4.m4 b/source3/samba4.m4
index d11d3be2d50..97a1a3ba19f 100644
--- a/source3/samba4.m4
+++ b/source3/samba4.m4
@@ -84,7 +84,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.3,
+SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent = 0.9.4,
[],[m4_include(../lib/tevent/samba.m4)]
)
diff --git a/source4/configure.ac b/source4/configure.ac
index d33df084068..87ed4d82513 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -59,7 +59,7 @@ SMB_INCLUDED_LIB_PKGCONFIG(LIBTDB, tdb >= 1.1.3,
SMB_INCLUDE_MK(../lib/tdb/python.mk)
-SMB_INCLUDED_LIB_PKGCONFIG(LIBTEVENT, tevent = 0.9.3,
+SMB_INCLUDED_LIB_PKGCONFIG(LIBTEVENT, tevent = 0.9.4,
[],[m4_include(../lib/tevent/samba.m4)]
)