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

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

Samba 3.5.0: Initial import

File size: 158 bytes
Line 
1POPT_OBJ=""
2AC_SUBST(POPT_OBJ)
3AC_SUBST(POPT_LIBS)
4AC_SUBST(POPT_CFLAGS)
5
6AC_CHECK_HEADERS(popt.h)
7AC_CHECK_LIB(popt, poptGetContext, [ POPT_LIBS="-lpopt" ])
Note: See TracBrowser for help on using the repository browser.