mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
d0496a4ee6
(This used to be commit 604422b1f967733b009a6e93520cb196d1eb5a89)
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}])
|