]> 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)
committerFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Fri, 11 Jul 2025 21:40:41 +0000 (22:40 +0100)
commite3b2abba02b9affadef1052468a7c7cb59c03173
treeef4e526c29a0d93f4c28984a1a988f476ef1a63e
parentf6aee259a739fa3c3d36ff0c892f966bcd2bb05e
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