summaryrefslogtreecommitdiff
path: root/source4/libcli/config.m4
blob: 6e0a88ec35986c78d38b9d21ca9876ebc58d2508 (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}])