From: Christopher Faylor Date: Tue, 22 Jun 2004 01:38:35 +0000 (+0000) Subject: * configure.in: Check for srcdir/winsup rather than build directory winsup. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=929ba6e7ec15a3279678ba2841eb174f27761175;p=binutils-gdb.git * configure.in: Check for srcdir/winsup rather than build directory winsup. * configure: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 95e1ff7af79..d706d562fd2 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 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 diff --git a/configure.in b/configure.in index f1397dbe8a4..4ec0d21a9e1 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