Cause configure script failure if no rustc found. Closes #127.

This commit is contained in:
Brian J. Burg 2012-10-19 17:41:10 -07:00
parent 9971c4d6e0
commit f586b0f947

2
configure vendored
View file

@ -278,7 +278,7 @@ then
CFG_RUSTC = ${CFG_LOCAL_RUST_ROOT}/bin/rustc CFG_RUSTC = ${CFG_LOCAL_RUST_ROOT}/bin/rustc
fi fi
else else
probe CFG_RUSTC rustc probe_need CFG_RUSTC rustc
fi fi
if [ ! -z "$CFG_ENABLE_CLANG" ] if [ ! -z "$CFG_ENABLE_CLANG" ]