From: bors Date: Sat, 2 Jul 2016 07:29:06 +0000 (-0700) Subject: Auto merge of #34515 - alexcrichton:more-checks, r=brson X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=2b59647fae4c8d1748d922ef30a872c7b2b5410d;p=rust.git Auto merge of #34515 - alexcrichton:more-checks, r=brson configure: Check for valid Python on MinGW as well The LLVM build system is somewhat picky about which Python is used to build it as it's known to be incompatible with the default `python2` package that ships with MinGW. This was previously detected for MSVC builds but the logic was left out for MinGW by accident (now that we've switched to cmake builds for LLVM everywhere). This corrects the `./configure` check and also updates the `README.md` accordingly. Additionally, a number of instructions were updated to work with the most recent copy of MSYS2. Closes https://github.com/rust-lang/rust/issues/28260 Closes #34489 --- 2b59647fae4c8d1748d922ef30a872c7b2b5410d