mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
9 lines
155 B
Plaintext
9 lines
155 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
|
|
|