summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 69abc379ba..a5de5de211 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2508,10 +2508,10 @@ AS_CASE([$coroutine_type], [yes|''], [
[*86-linux*], [
coroutine_type=x86
],
- [x64-mingw32], [
+ [x64-mingw*], [
coroutine_type=win64
],
- [*86-mingw32], [
+ [*86-mingw*], [
coroutine_type=win32
],
[arm*-linux*], [