Commit bfa11223 by Mark Mitchell Committed by Mark Mitchell

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
parent 621ae65d
2006-04-24 Mark Mitchell <mark@codesourcery.com>
Revert:
2006-04-23 Mark Mitchell <mark@codesourcery.com>
* configure.ac: Completely disregard languages that are not
enabled.
* configure: Regenerated.
2006-04-24 Andrew Pinski <pinskia@gcc.gnu.org>
Richard Guenther <rguenther@suse.de>
......@@ -52,6 +60,12 @@
2006-04-23 Mark Mitchell <mark@codesourcery.com>
* 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 ...
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment