diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 378ff4784cd..729827f29bc 100755 --- 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 |