mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-11 13:51:04 +08:00
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.
This commit is contained in:
parent
83798d2971
commit
63e8f7ad4d
@ -353,7 +353,9 @@ m4_define([_AC_LANG_COMPILER_GNU],
|
||||
[ac_compiler_gnu=yes],
|
||||
[ac_compiler_gnu=no])
|
||||
ac_cv_[]_AC_LANG_ABBREV[]_compiler_gnu=$ac_compiler_gnu
|
||||
])])# _AC_LANG_COMPILER_GNU
|
||||
])
|
||||
ac_compiler_gnu=$ac_cv_[]_AC_LANG_ABBREV[]_compiler_gnu
|
||||
])# _AC_LANG_COMPILER_GNU
|
||||
|
||||
|
||||
# AC_LANG_PREPROC
|
||||
|
Loading…
Reference in New Issue
Block a user