diff options
author | Christopher Faylor <me@cgf.cx> | 2004-06-22 01:38:35 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-06-22 01:38:35 +0000 |
commit | 10800ca5f583d5c6b75dd8799b7b392bd4d3da91 (patch) | |
tree | 01e3e082c578feeee1c54d4d31cefed509b487fb /configure | |
parent | 0a006353b6044e087ba7348104de82076020984f (diff) | |
download | newlib-10800ca5f583d5c6b75dd8799b7b392bd4d3da91.zip newlib-10800ca5f583d5c6b75dd8799b7b392bd4d3da91.tar.gz newlib-10800ca5f583d5c6b75dd8799b7b392bd4d3da91.tar.bz2 |
* configure.in: Check for srcdir/winsup rather than build directory winsup.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |