From: Andrew Kreimer Date: Wed, 18 Sep 2024 17:50:58 +0000 (-0600) Subject: [PATCH] configure: fix typos X-Git-Tag: basepoints/gcc-16~5858 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc62b2c3da118f08f71d2ae9c08bafb55b35767a;p=thirdparty%2Fgcc.git [PATCH] configure: fix typos / * configure.ac: Fix typos. * configure: Rebuilt. --- diff --git a/configure b/configure index e9583f2ba0c..6a77d454fd5 100755 --- a/configure +++ b/configure @@ -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} diff --git a/configure.ac b/configure.ac index f61dbe64a94..2567757e74d 100644 --- a/configure.ac +++ b/configure.ac @@ -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}