mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
provided by the system. (This used to be commit bdde74055121ac538f6006750c94b514e962619d)
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
POPT_OBJ=""
|
|
AC_SUBST(POPT_OBJ)
|
|
AC_SUBST(POPT_LIBS)
|
|
AC_SUBST(POPT_CFLAGS)
|
|
|
|
AC_CHECK_HEADERS(popt.h)
|
|
AC_CHECK_LIB(popt, poptGetContext, [ POPT_LIBS="-lpopt" ])
|