configure.in: Only use `lang_requires' for languages athat are actually enabled.

2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>

	* configure.in: Only use `lang_requires' for languages athat are
	actually enabled.

From-SVN: r40356
This commit is contained in:
Nicola Pero 2001-03-10 01:20:21 +01:00 committed by Tom Tromey
parent 1bf17cc4d6
commit 4698d2cf4b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
* configure.in: Only use `lang_requires' for languages athat are
actually enabled.
2001-03-08 Phil Edwards <pme@sources.redhat.com>
* MAINTAINERS (C++ runtime libs): Update and alphabatize.

View File

@ -1016,7 +1016,7 @@ do
;;
*,all,*)
;;
*)
*,$lang_alias,*)
echo " \`$other' language required by \`$lang_alias'; enabling" 1>&2
enable_languages="$enable_languages,$other"
;;