aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 07d276e..dc6494c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
- * configure.in: Fix thinko in previous check-in.
+ * configure.in: Fix thinkos in previous check-in.
* configure: Regenerate.
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
diff --git a/configure b/configure
index 093eea4..1734e2e 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},*)
diff --git a/configure.in b/configure.in
index 9bd367d..dd5d21d 100644
--- a/configure.in
+++ b/configure.in
@@ -1254,7 +1254,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},*)