Browse Source

Merge commit 'afdff8008149515afebf9992eae84be7d76e6b1e'

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

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
tags/n3.0
Hendrik Leppkes 10 years ago
parent
commit
bbfdeec020
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      configure

+ 3
- 0
configure 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


Loading…
Cancel
Save