configure: msys also has .exe suffix

This commit is contained in:
Timo Rothenpieler 2021-06-12 14:29:55 +02:00
parent ec8e95296e
commit abe150c9de
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4417,7 +4417,7 @@ fi
exesuf() {
case $1 in
mingw32*|mingw64*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;;
mingw32*|mingw64*|msys*|win32|win64|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;;
esac
}