summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2006-07-03 09:26:24 +0000
committerPaolo Bonzini <pbonzini@redhat.com>2006-07-03 09:26:24 +0000
commit69d5f3329f4869d6d0e20f610926934fc0044dce (patch)
tree14cd16ea70dadfc694a80a00f0e540a355e1ca83 /configure
parentf90716dddfb0efdcf8b525b653e2b3dcdfdf59c5 (diff)
downloadcygnal-69d5f3329f4869d6d0e20f610926934fc0044dce.tar.gz
cygnal-69d5f3329f4869d6d0e20f610926934fc0044dce.tar.bz2
cygnal-69d5f3329f4869d6d0e20f610926934fc0044dce.zip
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Fix thinko in previous check-in. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 16b418356..093eea451 100755
--- a/configure
+++ b/configure
@@ -2469,7 +2469,7 @@ if test -d ${srcdir}/gcc; then
# Disable languages that need other directories if these aren't available.
for i in $subdir_requires .; do
- test -d gcc/$i && continue
+ test -f "$srcdir/gcc/$i/config-lang.in" && continue
case ,${enable_languages}, in
*,${language},*)
# Specifically requested language; tell them.