From: Christopher Faylor Date: Tue, 22 Jun 2004 01:37:04 +0000 (+0000) Subject: configure.in: Check for srcdir/winsup rather than build directory winsup. X-Git-Tag: releases/gcc-4.0.0~7474 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6264b0a68d820604c6b85a4c093de22bef6382cf;p=thirdparty%2Fgcc.git configure.in: Check for srcdir/winsup rather than build directory winsup. * configure.in: Check for srcdir/winsup rather than build directory winsup. * configure: Regenerate. From-SVN: r83473 --- diff --git a/ChangeLog b/ChangeLog index f2b2d1530c67..74caece12c5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-06-21 Christopher Faylor + + * configure.in: Check for srcdir/winsup rather than build directory + winsup. + * configure: Regenerate. + 2004-06-17 Corinna Vinschen * configure.in: Don't build Cygwin native newlib if winsup diff --git a/configure b/configure index 378ff4784cd4..729827f29bcc 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 diff --git a/configure.in b/configure.in index f1397dbe8a44..4ec0d21a9e12 100644 --- a/configure.in +++ b/configure.in @@ -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