diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2019-01-24 12:43:25 +0100 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2019-01-24 12:43:25 +0100 |
| commit | aba5317deff92ec5a4872ea17b69bbc4b1fb55b5 (patch) | |
| tree | c4c567f0b7a73c68eeab905fba62cfef6b2f9b9d | |
| parent | 995012960beba4001f5a1f85f5873811b62435bd (diff) | |
automake: add configuration for mingw64 and msys/msys2
| -rw-r--r-- | configure.ac | 4 |
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. |
