mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
ca72dbec9a
(This used to be commit 05ca6ecef7
)
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
|
|
|