aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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},*)