aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2006-04-24 16:33:11 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2006-04-24 16:33:11 +0000
commitbfa1122312a8db70406aaf8a97e55352258f336e (patch)
tree116cf381cec340eb68787d17febf7249877a45f7 /gcc/configure
parent621ae65dcd01b01cbf1b4723d55653c8c1c7855b (diff)
downloadgcc-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-xgcc/configure4
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