configure: print rustc version

This commit is contained in:
klutzy 2013-04-09 23:07:21 +09:00
parent 76e8c39faf
commit 6962c8b2c6

2
configure vendored
View file

@ -310,7 +310,7 @@ then
if [ -f ${CFG_LOCAL_RUST_ROOT}/bin/rustc ]
then
LRV=`${CFG_LOCAL_RUST_ROOT}/bin/rustc --version`
step_msg "using rustc at: ${CFG_LOCAL_RUST_ROOT} with version: " $LRV
step_msg "using rustc at: ${CFG_LOCAL_RUST_ROOT} with version: $LRV"
CFG_RUSTC=${CFG_LOCAL_RUST_ROOT}/bin/rustc
CFG_LOCAL_RUSTC=1
else