mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
a6e98431eb
commit
670da4673a
3 changed files with 7 additions and 2 deletions
|
@ -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
2
configure
vendored
|
@ -2780,7 +2780,7 @@ case $host_os in
|
|||
MSWIND=yes;;
|
||||
*mingw32* )
|
||||
MINGW32=yes
|
||||
CYGWIN=yes
|
||||
CYGWIN=no
|
||||
MSWIND=yes;;
|
||||
* )
|
||||
MINGW32=no
|
||||
|
|
|
@ -120,7 +120,7 @@ case $host_os in
|
|||
MSWIND=yes;;
|
||||
*mingw32* )
|
||||
MINGW32=yes
|
||||
CYGWIN=yes
|
||||
CYGWIN=no
|
||||
MSWIND=yes;;
|
||||
* )
|
||||
MINGW32=no
|
||||
|
|
Loading…
Reference in a new issue