From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Sun, 16 Mar 2025 23:25:46 +0000 (+0000) Subject: MingGW: do not build ext_edirectory_userip_acl (#2017) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4090fe8b4cd776838f0a04764c9dc753293e3148;p=thirdparty%2Fsquid.git MingGW: do not build ext_edirectory_userip_acl (#2017) ext_edirectory_userip_acl uses API that are too different from what is provided by windlap.h, do not build it --- diff --git a/src/acl/external/eDirectory_userip/required.m4 b/src/acl/external/eDirectory_userip/required.m4 index e7b3d8b6e5..eb8ec04e8f 100644 --- a/src/acl/external/eDirectory_userip/required.m4 +++ b/src/acl/external/eDirectory_userip/required.m4 @@ -5,4 +5,6 @@ ## Please see the COPYING and CONTRIBUTORS files for details. ## -AS_IF([test "x$LIBLDAP_LIBS" != "x"],[BUILD_HELPER="eDirectory_userip"]) +AS_IF([test "x$LIBLDAP_LIBS" != "x" -a "x$squid_host_os" != "xmingw"],[ + BUILD_HELPER="eDirectory_userip" +])