OSDN Git Service

2006-07-03 Paolo Bonzini <bonzini@gnu.org>
[pf3gnuchains/gcc-fork.git] / configure.in
index b472484..9bd367d 100644 (file)
@@ -1255,7 +1255,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.