[libbluray-devel] [Git][videolan/libbluray][master] configure.ac: use mingw as the case instead of mingw32
Jean-Baptiste Kempf
gitlab at videolan.org
Sun Mar 28 15:44:24 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libbluray
Commits:
af2a7b7f by Christopher Degawa at 2021-03-27T20:54:08+00:00
configure.ac: use mingw as the case instead of mingw32
config.guess returns x86_64-pc-mingw64 on some msys2 installations
Signed-off-by: Christopher Degawa <ccom at randomderp.com>
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -31,12 +31,12 @@ case "${host_os}" in
"")
SYS=unknown
;;
- *mingw32* | *cygwin* | *wince* | *mingwce*)
+ *mingw* | *cygwin* | *wince* | *mingwce*)
case "${host_os}" in
*wince* | *mingwce* | *mingw32ce*)
SYS=mingwce
;;
- *mingw32*)
+ *mingw*)
SYS=mingw32
AC_DEFINE([_WIN32_WINNT], 0x0502, [Define to '0x0502' for Windows XP SP2 APIs.])
AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0501' for IE 5.01.])
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/af2a7b7f9e11f281403cdf457a1d0144937967eb
--
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/af2a7b7f9e11f281403cdf457a1d0144937967eb
You're receiving this email because of your account on code.videolan.org.
More information about the libbluray-devel
mailing list