diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-10 00:19:37 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-10 00:19:37 +0000 |
commit | 030cb2dc9cd7de42cec83f69c35220d5576b6b41 (patch) | |
tree | 0a6d4c46b5cd539d9f86f3694ec269112e78865e /gcc/configure.in | |
parent | c2c21625accd237d42d22433338c0fe583d6c6dd (diff) | |
download | gcc-030cb2dc9cd7de42cec83f69c35220d5576b6b41.tar.gz |
2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
* configure: Rebuilt.
* configure.in: Only use `lang_requires' for languages athat are
actually enabled.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40355 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index 07eb8d67008..10d80465de7 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -1541,7 +1541,7 @@ changequote(,)dnl ;; *,all,*) ;; - *) + *,$lang_alias,*) enable_languages="$enable_languages,$other" ;; esac |