]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
MinGW: do not build negotiate_wrapper (#2026)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Sat, 15 Mar 2025 06:21:20 +0000 (06:21 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 16 Mar 2025 12:52:47 +0000 (12:52 +0000)
MinGW is missing fork(2). Deeper changes will be
needed to build this helper

src/auth/negotiate/wrapper/required.m4

index 1fc7464fb76fe4519a075ede6024d4dca0bec186..b107f397676917d5edb1472abb32f3f0a6c7b188 100755 (executable)
@@ -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"
+])