summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2022-09-15 16:07:29 +0200
committerGitHub <noreply@github.com>2022-09-15 16:07:29 +0200
commit1a84604b2b2fa721adbe0a73e4190bbd87edfce7 (patch)
tree1d4e36940918d0ce0960f61d9119d67277b1dbed
parent1839370ccae51da01d69fde625728cb2f79a665d (diff)
downloadflac-1a84604b2b2fa721adbe0a73e4190bbd87edfce7.tar.gz
Remove __MSVCRT_VERSION__=0x0601 from configure.ac
This does not seem to be necessary anymore, is not used in CMake and inhibits building against UWP and UCRT with MinGW
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8af0e909..c771dfdc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,7 +237,6 @@ AC_SUBST(OBJ_FORMAT)
os_is_windows=no
case "$host" in
*mingw*)
- CPPFLAGS="-D__MSVCRT_VERSION__=0x0601 $CPPFLAGS"
os_is_windows=yes
AC_SEARCH_LIBS(__memset_chk, ssp, , mingw_has_memset_chk=no)
AC_SEARCH_LIBS(__stack_chk_fail, ssp, , mingw_has_stack_chk_fail=no)