Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/configure')
-rwxr-xr-xwinsup/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/configure b/winsup/configure
index 218c163ea..cae532bfd 100755
--- a/winsup/configure
+++ b/winsup/configure
@@ -917,13 +917,13 @@ CXXFLAGS='$(CFLAGS)'
SUBDIRS='cygwin'
+test -d $srcdir/mingw && SUBDIRS="mingw $SUBDIRS"
if test -d $srcdir/w32api; then
SUBDIRS="w32api $SUBDIRS"
else
echo "*** missing w32api directory" 1>&2
exit 1
fi
-test -d $srcdir/mingw && SUBDIRS="$SUBDIRS mingw"
case "$with_cross_host" in
""|*cygwin*)