]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #2910 - BusyJay:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 25 Jul 2016 19:51:47 +0000 (12:51 -0700)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2016 19:51:47 +0000 (12:51 -0700)
Fix python detection

Some platform, like ArchLinux, may not have python in the PATH, but can still have python2. So we should add some fallback option to detect python correctly. This detection order is copy from [rust-lang/rust](https://github.com/rust-lang/rust/blob/master/configure#L742).

1  2 
configure

diff --cc configure
Simple merge