diff options
Diffstat (limited to 'autoconf/config.guess')
-rwxr-xr-x | autoconf/config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autoconf/config.guess b/autoconf/config.guess index 73d671bc2c6b..b209a1a06c6f 100755 --- a/autoconf/config.guess +++ b/autoconf/config.guess @@ -810,6 +810,9 @@ EOF *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; + *:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 |