mirror of
https://github.com/samba-team/samba.git
synced 2025-10-29 04:23:51 +03:00
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
m4_include(lib/popt/libpopt.m4)
|
|
|
|
if test x"$POPT_OBJ" = "x"; then
|
|
SMB_EXT_LIB(LIBPOPT, [${POPT_LIBS}])
|
|
else
|
|
SMB_INCLUDE_MK(lib/popt/config.mk)
|
|
fi
|
|
|