source: branches/samba-3.5.x/source4/lib/ldb/external/libevents.m4

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 221 bytes
Line 
1AC_SUBST(TEVENT_OBJ)
2AC_SUBST(TEVENT_CFLAGS)
3AC_SUBST(TEVENT_LIBS)
4
5AC_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.