[gcc r17-2656] configure: Fix a typo
Jakub Jelinek via Gcc-cvs <[email protected]>
| Newsgroups | gmane.comp.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://gcc.gnu.org/g:e95693cc3bff89c950161c33b126fae5c11e8504 commit r17-2656-ge95693cc3bff89c950161c33b126fae5c11e8504 Author: Jakub Jelinek <[email protected]> Date: Thu Jul 23 10:55:06 2026 +0200 configure: Fix a typo I've noticed a typo in gcc/configure message. 2026-07-23 Jakub Jelinek <[email protected]> * configure.ac: Fix a typo, respones -> response. * configure: Regenerate. Diff: --- gcc/configure | 4 ++-- gcc/configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/configure b/gcc/configure index cba5a9ecbd6a..be2b9c9aad90 100755 --- a/gcc/configure +++ b/gcc/configure @@ -26807,8 +26807,8 @@ $as_echo "#define HAVE_GAS_HIDDEN 1" >>confdefs.h fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker supports GNU style respones files" >&5 -$as_echo_n "checking linker supports GNU style respones files... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker supports GNU style response files" >&5 +$as_echo_n "checking linker supports GNU style response files... " >&6; } gcc_cv_ld_at_file=no if test $in_tree_ld = yes ; then gcc_cv_ld_at_file=yes diff --git a/gcc/configure.ac b/gcc/configure.ac index 9818f7b01488..763b094d6cf8 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -3413,7 +3413,7 @@ if test $gcc_cv_as_hidden = yes && test $gcc_cv_ld_hidden = yes; then [Define if your assembler and linker support .hidden.]) fi -AC_MSG_CHECKING(linker supports GNU style respones files) +AC_MSG_CHECKING(linker supports GNU style response files) gcc_cv_ld_at_file=no if test $in_tree_ld = yes ; then gcc_cv_ld_at_file=yes