Jean-Baptiste Kempf pushed to branch master at VideoLAN / libaacs
Commits: b84831e9 by Christopher Degawa at 2021-03-24T14:16:24-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 <c...@randomderp.com> - - - - - 1 changed file: - configure.ac Changes: ===================================== configure.ac ===================================== @@ -36,12 +36,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/libaacs/-/commit/b84831e911ec8318d7d80584b0ef60b642ab0ff8 -- View it on GitLab: https://code.videolan.org/videolan/libaacs/-/commit/b84831e911ec8318d7d80584b0ef60b642ab0ff8 You're receiving this email because of your account on code.videolan.org.
_______________________________________________ libaacs-devel mailing list libaacs-devel@videolan.org https://mailman.videolan.org/listinfo/libaacs-devel