]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix ac_compiler_gnu bug
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 10 Jul 2020 19:03:44 +0000 (12:03 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 10 Jul 2020 19:50:57 +0000 (12:50 -0700)
commit63e8f7ad4dd62cd1edba955d2a50d3eaaebc8eaf
tree7a7553b67f33e8bc13f123ec8cb99af22f508713
parent83798d2971a46fb0f49c020e3fdf0c0d43cfb63d
Fix ac_compiler_gnu bug

Problem and fix reported by Jannick in:
https://lists.gnu.org/r/autoconf/2020-03/msg00045.html
except that I omitted the comment, which I thought unnecessary.
* lib/autoconf/lang.m4 (_AC_LANG_COMPILER_GNU): Set
ac_compiler_gnu regardless of whether result was from cache.
lib/autoconf/lang.m4