[PATCH] configure: fix typos
/ * configure.ac: Fix typos. * configure: Rebuilt.
This commit is contained in:
parent
82c2acd0bc
commit
cc62b2c3da
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue