mirror of
https://github.com/curl/curl.git
synced 2026-07-28 23:53:08 +03:00
Revert "autotools: check mingw-w64 version"
This reverts commit f8fba5080165d2eb9e18b666fb37bbf45866b463.
This commit is contained in:
parent
effae02b57
commit
4f9c083635
1 changed files with 0 additions and 20 deletions
20
configure.ac
20
configure.ac
|
|
@ -530,26 +530,6 @@ if test "$curl_cv_native_windows" = "yes"; then
|
|||
case "$CPPFLAGS" in
|
||||
*-DWINSTORECOMPAT*) curl_cv_winuwp='yes';;
|
||||
esac
|
||||
|
||||
case $host_os in
|
||||
mingw*)
|
||||
AC_MSG_CHECKING([if building with mingw-w64 3.0 or upper])
|
||||
AC_COMPILE_IFELSE([
|
||||
AC_LANG_PROGRAM([[
|
||||
#include <_mingw.h>
|
||||
]],[[
|
||||
#if !defined(__MINGW64_VERSION_MAJOR) || (__MINGW64_VERSION_MAJOR < 6)
|
||||
#error
|
||||
#endif
|
||||
]])
|
||||
],[
|
||||
AC_MSG_RESULT([yes])
|
||||
],[
|
||||
AC_MSG_RESULT([no])
|
||||
AC_MSG_ERROR([Building with mingw-w64 3.0 or upper is required.])
|
||||
])
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
CURL_SET_COMPILER_BASIC_OPTS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue