[PATCH] configure: fix typos

/
	* configure.ac: Fix typos.
	* configure: Rebuilt.
This commit is contained in:
Andrew Kreimer 2024-09-18 11:50:58 -06:00 committed by Jeff Law
parent 82c2acd0bc
commit cc62b2c3da
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -9086,7 +9086,7 @@ if test -d ${srcdir}/gcc; then
lang_requires_boot_languages=
# set srcdir during sourcing lang_frag to the gcc dir.
# Sadly overriding srcdir on the . line doesn't work in plain sh as it
# polutes this shell
# pollutes this shell
saved_srcdir=${srcdir}
srcdir=${srcdir}/gcc . ${lang_frag}
srcdir=${saved_srcdir}

View File

@ -2136,7 +2136,7 @@ if test -d ${srcdir}/gcc; then
lang_requires_boot_languages=
# set srcdir during sourcing lang_frag to the gcc dir.
# Sadly overriding srcdir on the . line doesn't work in plain sh as it
# polutes this shell
# pollutes this shell
saved_srcdir=${srcdir}
srcdir=${srcdir}/gcc . ${lang_frag}
srcdir=${saved_srcdir}