Commit bbfdeec0 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'afdff800'

* commit 'afdff800':
  configure: Clearly state that MSYS native builds are discouraged
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 93fb4a46 afdff800
......@@ -4418,6 +4418,9 @@ case $target_os in
enabled_any pic shared x86_64 ||
{ check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
;;
msys*)
die "Native MSYS builds are discouraged, please use the MINGW environment.";
;;
mingw32*|mingw64*)
if test $target_os = "mingw32ce"; then
disable network
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment