From: Mark Mitchell Date: Mon, 24 Apr 2006 16:33:11 +0000 (+0000) Subject: revert: configure.ac: Completely disregard languages that are not enabled. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bfa1122312a8db70406aaf8a97e55352258f336e;p=gcc.git revert: configure.ac: Completely disregard languages that are not enabled. Revert: 2006-04-23 Mark Mitchell * configure.ac: Completely disregard languages that are not enabled. * configure: Regenerated. From-SVN: r113226 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 51d8065086b..f41b3a939d2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2006-04-24 Mark Mitchell + + Revert: + 2006-04-23 Mark Mitchell + * configure.ac: Completely disregard languages that are not + enabled. + * configure: Regenerated. + 2006-04-24 Andrew Pinski Richard Guenther @@ -52,6 +60,12 @@ 2006-04-23 Mark Mitchell + * print-tree.c (print_node): Print DECL_BIT_FIELD_TYPE. + + * configure.ac: Completely disregard languages that are not + enabled. + * configure: Regenerated. + PR c++/26534 * c-common.h (c_build_bitfield_integer_type): Declare. * c-decl.c (c_build_bitfield_integer_type): Move to ... diff --git a/gcc/configure b/gcc/configure index 9137c4423e8..fe6f1bd3b4d 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 diff --git a/gcc/configure.ac b/gcc/configure.ac index 2fa8d99feb9..447f8270fb6 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -3325,10 +3325,6 @@ 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