diff options
author | Mark Mitchell <mark@codesourcery.com> | 2006-04-24 16:33:11 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2006-04-24 16:33:11 +0000 |
commit | bfa1122312a8db70406aaf8a97e55352258f336e (patch) | |
tree | 116cf381cec340eb68787d17febf7249877a45f7 /gcc/configure | |
parent | 621ae65dcd01b01cbf1b4723d55653c8c1c7855b (diff) | |
download | gcc-bfa1122312a8db70406aaf8a97e55352258f336e.zip gcc-bfa1122312a8db70406aaf8a97e55352258f336e.tar.gz gcc-bfa1122312a8db70406aaf8a97e55352258f336e.tar.bz2 |
revert: configure.ac: Completely disregard languages that are not enabled.
Revert:
2006-04-23 Mark Mitchell <mark@codesourcery.com>
* configure.ac: Completely disregard languages that are not
enabled.
* configure: Regenerated.
From-SVN: r113226
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/configure b/gcc/configure index 9137c44..fe6f1bd 100755 --- a/gcc/configure +++ b/gcc/configure @@ -15843,10 +15843,6 @@ do lang_specs_files="$lang_specs_files $srcdir/$subdir/lang-specs.h" fi ;; - *) - # This language is not enabled; skip it. - continue - ;; esac if test -f $srcdir/$subdir/lang.opt; then |