1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-18 00:23:50 +03:00
Files
samba-mirror/source/libcli/config.m4
2007-10-10 13:30:09 -05:00

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}])