* configure.in: Check for srcdir/winsup rather than build directory winsup.
[deliverable/binutils-gdb.git] / configure
index 378ff4784cd432a72d9325fc7a71086b6fd284ce..729827f29bccde007e7108f18040035d234126ba 100755 (executable)
--- a/configure
+++ b/configure
@@ -1366,7 +1366,7 @@ case "${target}" in
     target_configdirs="$target_configdirs target-libtermcap target-winsup"
     noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
     # always build newlib if winsup directory is present.
-    if test -d winsup
+    if test -d "$srcdir/winsup"
     then
       skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
     else
This page took 0.02663 seconds and 4 git commands to generate.