From 2aef4762dfadeac32d549a6cf95bae96247b4a27 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 6 May 2017 02:05:33 +0200 Subject: Add support for msys in GUI detection. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c2c17ef..5de59b9 100644 --- a/configure.ac +++ b/configure.ac @@ -143,7 +143,7 @@ AS_IF([test "x$enable_gui" = "xauto"], AS_CASE([$host_os], [darwin*], [enable_gui="cocoa"], [linux*|*bsd*], [enable_gui="x11"], - [mingw*|windows*|winnt|cygwin], [enable_gui="win32"], + [msys|mingw*|windows*|winnt|cygwin], [enable_gui="win32"], AC_MSG_ERROR([Your platform is not currently supported]) )] @@ -251,7 +251,7 @@ AS_IF( AS_CASE([$host_os], [darwin*], [ ], [linux*|*bsd*], [VST_CPPFLAGS="$VST_CPPFLAGS -D__cdecl="], - [mingw*|windows*|winnt|cygwin], [ ], + [msys|mingw*|windows*|winnt|cygwin], [ ], AC_MSG_ERROR([Your platform is not currently supported]) ) -- cgit v1.2.3