On MinGW, convert paths in the MinGW way, not the Cygwin way

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24879 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-03-16 10:43:26 +00:00
parent a6e98431eb
commit 670da4673a
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-03-16 Xavier Glattard <xavier.glattard@online.fr>
* configure.ac (CYGWIN): Set to no on MinGW.
* configure: Regenerated.
2007-03-15 Chris Vetter <chris.vetter@gmail.com>
* mac: New filesystem layout (comments at the top of the file

2
configure vendored
View file

@ -2780,7 +2780,7 @@ case $host_os in
MSWIND=yes;;
*mingw32* )
MINGW32=yes
CYGWIN=yes
CYGWIN=no
MSWIND=yes;;
* )
MINGW32=no

View file

@ -120,7 +120,7 @@ case $host_os in
MSWIND=yes;;
*mingw32* )
MINGW32=yes
CYGWIN=yes
CYGWIN=no
MSWIND=yes;;
* )
MINGW32=no