mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
dnl # LIBCLI subsystem
|
|
|
|
LIBCLI_RAW_LIBS=
|
|
if test x"$with_ads_support" = x"yes"; then
|
|
LIBCLI_RAW_LIBS="KRB5"
|
|
fi
|
|
|
|
SMB_SUBSYSTEM(LIBCLI_RAW_KRB5,[], [], [${LIBCLI_RAW_LIBS}])
|