diff options
Diffstat (limited to 'gcc/configure.ac')
| -rw-r--r-- | gcc/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index 447f827..2fa8d99 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -3325,6 +3325,10 @@ changequote(,)dnl lang_specs_files="$lang_specs_files $srcdir/$subdir/lang-specs.h" fi ;; + *) + # This language is not enabled; skip it. + continue + ;; esac changequote([,])dnl |
