Merge pull request #355 from klutzy/configure

configure: print rustc version
This commit is contained in:
Josh Matthews 2013-04-09 07:35:47 -07:00
commit 6218725ffa

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