diff options
| author | Stefan Metzmacher <metze@samba.org> | 2009-03-13 15:50:23 +0100 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2009-03-13 15:50:23 +0100 |
| commit | 1355dc2fd3a10c54fc3534409b78972d59d59b30 (patch) | |
| tree | 2e6eb4577a3fd8b749fb7c6ce58e3f1272c6e5d9 | |
| parent | 868f3f5f32eccdf68590cdfc5c42e1af970410d7 (diff) | |
| download | samba-1355dc2fd3a10c54fc3534409b78972d59d59b30.tar.gz samba-1355dc2fd3a10c54fc3534409b78972d59d59b30.tar.xz samba-1355dc2fd3a10c54fc3534409b78972d59d59b30.zip | |
s4:build: require tevent 0.9.4
metze
| -rw-r--r-- | source3/samba4.m4 | 2 | ||||
| -rw-r--r-- | source4/configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/samba4.m4 b/source3/samba4.m4 index d11d3be2d5..97a1a3ba19 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 d33df08406..87ed4d8251 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)] ) |
