From 10800ca5f583d5c6b75dd8799b7b392bd4d3da91 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 22 Jun 2004 01:38:35 +0000 Subject: * configure.in: Check for srcdir/winsup rather than build directory winsup. * configure: Regenerate. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index f1397dbe8..4ec0d21a9 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 -- cgit v1.2.3