summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9bd367de8..dd5d21df2 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},*)