diff options
author | Eric Gallager <egallager@gcc.gnu.org> | 2021-11-29 14:50:02 -0500 |
---|---|---|
committer | Eric Gallager <egallager@gcc.gnu.org> | 2021-11-29 14:50:02 -0500 |
commit | ed7894c490ac45578419408c32b25421c5feb04d (patch) | |
tree | 8878b8f8eb86c7a3e5a993b2704c87a55d1d0824 /gcc | |
parent | 909b30a17e71253772d2cb174d0dae6d0b8c9401 (diff) | |
download | gcc-ed7894c490ac45578419408c32b25421c5feb04d.zip gcc-ed7894c490ac45578419408c32b25421c5feb04d.tar.gz gcc-ed7894c490ac45578419408c32b25421c5feb04d.tar.bz2 |
Fix autoconf regeneration slip-up.
A stray _AC_FINALIZE somehow snuck into g:909b30a; this should fix it.
gcc/ChangeLog:
* configure: Re-regenerate.
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 40b5ed9..fab7621 100755 --- a/gcc/configure +++ b/gcc/configure @@ -33957,4 +33957,3 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi -_AC_FINALIZE |