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 15:22:03 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2006-07-03 15:22:03 +0400
commit37b43cde0c3c405fd5ac11e9cf7f60eb5bc9473a (patch)
treeae65b7b4ef77ac5cfb55215233afb46c4b1c8b35 /configure
parentebd84cac3ca10681f5eac8621e5f6e9bbd8c8aaf (diff)
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Fix thinkos 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 093eea451..1734e2eeb 100755
--- a/configure
+++ b/configure
@@ -2468,7 +2468,7 @@ if test -d ${srcdir}/gcc; then
esac
# Disable languages that need other directories if these aren't available.
- for i in $subdir_requires .; do
+ for i in $subdir_requires; do
test -f "$srcdir/gcc/$i/config-lang.in" && continue
case ,${enable_languages}, in
*,${language},*)