Merge pull request #3036 from servo/no-configure-rust-submodule

Only run configure in the Rust submodule when we actually use it.
This commit is contained in:
Simon Sapin 2014-08-06 17:46:31 +01:00
commit c938e2fd58

2
configure vendored
View file

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