diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2004-06-22 01:38:35 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2004-06-22 01:38:35 +0000 |
commit | 02973df4b92fba00857a240b1478148ee79d67bb (patch) | |
tree | 27fdc5852b656435ee2368fe89e8dc79355de8da /configure | |
parent | 0236b0e0b153a2aa3a4db9daca0b536a6ace1fdd (diff) | |
download | gdb-02973df4b92fba00857a240b1478148ee79d67bb.tar.gz |
* 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
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 |