summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2021-06-12 14:29:55 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2021-06-22 14:04:50 +0200
commitabe150c9de6a096b14b6d623c5be49b19afe92b2 (patch)
treeb58a6840aa2dd14b633519a7e146d46273165a52
parentec8e95296ec069ddf29f479b62accb49ac18e8a8 (diff)
configure: msys also has .exe suffix
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dbe66bbc4c..7886708f28 100755
--- a/configure
+++ b/configure
@@ -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
}