Merge commit 'afdff8008149515afebf9992eae84be7d76e6b1e'

* commit 'afdff8008149515afebf9992eae84be7d76e6b1e':
  configure: Clearly state that MSYS native builds are discouraged

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
Hendrik Leppkes 2015-11-29 15:28:53 +01:00
commit bbfdeec020
1 changed files with 3 additions and 0 deletions

3
configure vendored
View File

@ -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