diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-12-24 13:50:47 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-12-24 13:59:00 +0100 |
commit | 83bcc4e0273d1b58d1692910a6bc8e2c1f785497 (patch) | |
tree | 67d737a5dbdd9587cf8f3fc380dbd3d91682f161 /source4/configure.ac | |
parent | 479b4b09e1694b60a85d7d613655d3dab180ea94 (diff) | |
download | samba-83bcc4e0273d1b58d1692910a6bc8e2c1f785497.tar.gz samba-83bcc4e0273d1b58d1692910a6bc8e2c1f785497.tar.xz samba-83bcc4e0273d1b58d1692910a6bc8e2c1f785497.zip |
lib/tevent: libtevent will change a lot until it's version 1.0.0
metze
Diffstat (limited to 'source4/configure.ac')
-rw-r--r-- | source4/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.ac b/source4/configure.ac index 45154c8c88..debdc39d58 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) |