Only run configure in the Rust submodule when we actually use it.

This commit is contained in:
Simon Sapin 2014-08-06 16:23:40 +01:00
parent a9cb4038fd
commit 095c1d7791

2
configure vendored
View file

@ -654,7 +654,7 @@ do
fi
done
if [ ${do_reconfigure} -ne 0 ]
if [ -z "$CFG_LOCAL_RUST_ROOT" -a ${do_reconfigure} -ne 0 ]
then
cd ${CFG_BUILD_DIR}src/compiler/rust
RUST_CONFIGURE_ARGS="--enable-debug"