source:
branches/samba-3.5.x/source4/lib/ldb/external/libevents.m4
Last change on this file was 414, checked in by , 15 years ago | |
---|---|
File size: 221 bytes |
Line | |
---|---|
1 | AC_SUBST(TEVENT_OBJ) |
2 | AC_SUBST(TEVENT_CFLAGS) |
3 | AC_SUBST(TEVENT_LIBS) |
4 | |
5 | AC_CHECK_HEADER(tevent.h, |
6 | [AC_CHECK_LIB(tevent, tevent_context_init, [TEVENT_LIBS="-ltevent"], , -ltalloc) ], |
7 | [PKG_CHECK_MODULES(TEVENT, tevent)]) |
Note:
See TracBrowser
for help on using the repository browser.