]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix SQUID_YESNO 'syntax error near unexpected token' (#2117)
authorAmos Jeffries <yadij@users.noreply.github.com>
Fri, 11 Jul 2025 13:50:50 +0000 (13:50 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 11 Jul 2025 16:44:09 +0000 (16:44 +0000)
commit621dda5cd2d10898d9787e35f0cd80c1df1857ee
treeb9c3c9dba68a369f021cc3e890e23288c82fe88d
parent3cf3232ed9eb378d307dcf3e9c7a5a48c5b5d9c6
Fix SQUID_YESNO 'syntax error near unexpected token' (#2117)

autoconf can be confused by use of commas (,) in the error
message when the SQUID_YESNO macro is followed by AC_CASE.
acinclude/squid-util.m4