From 02973df4b92fba00857a240b1478148ee79d67bb 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.1