]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix aclocal.m4 syntax error for autoconf 2.72
authorJulien Rische <jrische@redhat.com>
Thu, 17 Nov 2022 14:01:24 +0000 (15:01 +0100)
committerGreg Hudson <ghudson@mit.edu>
Thu, 6 Jul 2023 21:14:20 +0000 (17:14 -0400)
commitd1e41ca5c0e36b6ac4e6e9aa89099b0af876d447
treed71f8e0c95835c9714471cae3c72a8cc0f536c92
parenta6971d269577afa68584d6076bd90f84c2099f93
Fix aclocal.m4 syntax error for autoconf 2.72

An incorrect closure inside KRB5_AC_INET6 is innocuous with autoconf
versions up to 2.71, but will cause an error at configure time with
the forthcoming autoconf 2.72.

[ghudson@mit.edu: added more context to commit message]

(cherry picked from commit d864d740d019fdf2c640460f2aa2760c7fa4d5e9)

ticket: 9077
version_fixed: 1.20.2
src/aclocal.m4