]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/basic/SMB/required.m4
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / basic / SMB / required.m4
CommitLineData
4ac4a490 1## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
5b95b903
AJ
2##
3## Squid software is distributed under GPLv2+ license and includes
4## contributions from numerous individuals and organizations.
5## Please see the COPYING and CONTRIBUTORS files for details.
6##
7
5eabe4b4
AJ
8# The shell script helper require smbclient to be in the environment PATH.
9# We can install anyway, but warn if smbclient not found already
5a0c5a92 10#
5eabe4b4
AJ
11AC_PATH_PROG(SMBCLIENT, smbclient)
12if test "x$SMBCLIENT" = "x"; then
5a0c5a92
AJ
13 AC_MSG_WARN([Samba smbclient not found in default location. basic_smb_auth may not work on this machine])
14fi
15# allow script install anyway.
16BUILD_HELPER="SMB"