* configure.in: Check for srcdir/winsup rather than build directory winsup.

* configure: Regenerate.
This commit is contained in:
Christopher Faylor 2004-06-22 01:38:35 +00:00
parent 0a006353b6
commit 10800ca5f5
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
* configure.in: Check for srcdir/winsup rather than build directory
winsup.
* configure: Regenerate.
2004-06-17 Corinna Vinschen <vinschen@redhat.com>
* configure.in: Don't build Cygwin native newlib if winsup

2
configure vendored
View File

@ -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

View File

@ -586,7 +586,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