Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2006-07-03 13:26:24 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2006-07-03 13:26:24 +0400
commit69d5f3329f4869d6d0e20f610926934fc0044dce (patch)
tree14cd16ea70dadfc694a80a00f0e540a355e1ca83 /configure
parentf90716dddfb0efdcf8b525b653e2b3dcdfdf59c5 (diff)
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.