]> git.ipfire.org Git - thirdparty/squid.git/blame - src/acl/external/kerberos_sid_group/required.m4
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / acl / external / kerberos_sid_group / required.m4
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
4a544c9d 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
8AC_PATH_PROG(LDAPSEARCH, ldapsearch)
9if test "x$LDAPSEARCH" = "x"; then
10 AC_MSG_WARN([ldapsearch not found in default location. ext_kerberos_sid_group_acl may not work on this machine])
11fi
12
13# allow script install anyway when perl is present
14if test "x$PERL" != "x"; then
15 BUILD_HELPER="kerberos_sid_group"
16fi
17if test "x$POD2MAN" = "x"; then
18 AC_MSG_WARN([pod2man not found. ext_kerberos_sid_group_acl man(8) page will not be built])
19fi
20