From gitlab at videolan.org Sat Mar 27 21:50:58 2021 From: gitlab at videolan.org (Jean-Baptiste Kempf) Date: Sat, 27 Mar 2021 22:50:58 +0100 Subject: [libbdplus-devel] [Git][videolan/libbdplus][master] configure.ac: use mingw as the case instead of mingw32 Message-ID: <605fa8c27f1f7_712c392b06452dc@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN / libbdplus Commits: bd8c0dd3 by Christopher Degawa at 2021-03-24T14:39:26-05: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 ===================================== @@ -35,12 +35,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], 0x0501, [Define to '0x0500' for Windows XP APIs.]) AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0501' for IE 5.01.]) View it on GitLab: https://code.videolan.org/videolan/libbdplus/-/commit/bd8c0dd38c7a1784ecd7080b1d96298cd8d47a77 -- View it on GitLab: https://code.videolan.org/videolan/libbdplus/-/commit/bd8c0dd38c7a1784ecd7080b1d96298cd8d47a77 You're receiving this email because of your account on code.videolan.org.