summaryrefslogtreecommitdiff
path: root/source4/libcli/config.m4
blob: feb9e79d38f31da82de2669301994d74b5bd32c0 (plain)
1
2
3
4
5
6
7
8
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}])