summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Sinclair <radarsat1@gmail.com>2019-01-24 12:43:25 +0100
committerStephen Sinclair <radarsat1@gmail.com>2019-01-24 12:43:25 +0100
commitaba5317deff92ec5a4872ea17b69bbc4b1fb55b5 (patch)
treec4c567f0b7a73c68eeab905fba62cfef6b2f9b9d
parent995012960beba4001f5a1f85f5873811b62435bd (diff)
automake: add configuration for mingw64 and msys/msys2
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9957aba..0b7477f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -166,7 +166,9 @@ AS_IF([test "x$systems" = "x"],
[*-*-freebsd*], [systems="oss"],
[*-*-linux*], [systems="alsa pulse jack oss"],
[*-apple*], [systems="core jack"],
- [*-mingw32*], [systems="asio ds wasapi jack"]
+ [*-mingw32*], [systems="asio ds wasapi jack"],
+ [*-mingw64*], [systems="asio ds wasapi jack"],
+ [*-msys*], [systems="asio ds wasapi jack"],
))
# If any were specifically requested disabled, do it.