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 4ea9022..8a2b424 100755
--- a/configure
+++ b/configure
@@ -2479,7 +2479,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.