From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Sat, 15 Mar 2025 06:21:20 +0000 (+0000) Subject: MinGW: do not build negotiate_wrapper (#2026) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=917ab84d6f2a70b2ce0e16079c25c6639f305fe8;p=thirdparty%2Fsquid.git MinGW: do not build negotiate_wrapper (#2026) MinGW is missing fork(2). Deeper changes will be needed to build this helper --- diff --git a/src/auth/negotiate/wrapper/required.m4 b/src/auth/negotiate/wrapper/required.m4 index 1fc7464fb7..b107f39767 100755 --- a/src/auth/negotiate/wrapper/required.m4 +++ b/src/auth/negotiate/wrapper/required.m4 @@ -5,4 +5,6 @@ ## Please see the COPYING and CONTRIBUTORS files for details. ## -BUILD_HELPER="wrapper" +AS_IF([test "x$squid_host_os" != "xmingw"], [ + BUILD_HELPER="wrapper" +])