* configure.in: Check for srcdir/winsup rather than build directory winsup.
* configure: Regenerate.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user