auto merge of #5615 : brson/rust/noclang, r=brson

r? @graydon

Closes #5403
This commit is contained in:
bors 2013-03-29 11:30:47 -07:00
commit bda4dd3c91

4
configure vendored
View file

@ -881,6 +881,10 @@ do
;;
esac
need_ok "LLVM configure failed"
# Hack the tools Makefile to turn off the clang build
sed -i 's/clang//g' tools/Makefile
cd $CFG_BUILD_DIR
fi