source:
branches/samba-3.5.x/source4/lib/ldb/external/libpopt.m4
Last change on this file was 414, checked in by , 15 years ago | |
---|---|
File size: 158 bytes |
Line | |
---|---|
1 | POPT_OBJ="" |
2 | AC_SUBST(POPT_OBJ) |
3 | AC_SUBST(POPT_LIBS) |
4 | AC_SUBST(POPT_CFLAGS) |
5 | |
6 | AC_CHECK_HEADERS(popt.h) |
7 | AC_CHECK_LIB(popt, poptGetContext, [ POPT_LIBS="-lpopt" ]) |
Note:
See TracBrowser
for help on using the repository browser.