Probe for a C compiler in the configure script

Probably a good sanity check to have up front to ensure that you've got a C
compiler locally!

Closes #820
This commit is contained in:
Alex Crichton 2015-01-13 20:19:26 -08:00
parent 85b58e3f1a
commit e144a669d5

1
configure vendored
View file

@ -342,6 +342,7 @@ step_msg "looking for build programs"
probe_need CFG_CURLORWGET curl wget
probe_need CFG_PYTHON python
probe_need CFG_CC cc gcc clang
if [ ! -z "${CFG_LOCAL_RUST_ROOT}" ]; then
CFG_RUSTDOC="${CFG_LOCAL_RUST_ROOT}/bin/rustdoc"