Merge pull request #357 from lordblackfox/master

fixes #336
This commit is contained in:
Patrick Walton 2013-04-12 13:46:47 -07:00
commit b88632d562

1
configure vendored
View file

@ -285,6 +285,7 @@ opt optimize 1 "build optimized rust code"
opt optimize-cxx 1 "build optimized C++ code" opt optimize-cxx 1 "build optimized C++ code"
opt manage-submodules 1 "let the build manage the git submodules" opt manage-submodules 1 "let the build manage the git submodules"
opt fast-make 0 "use .gitmodules as timestamp for submodule deps" opt fast-make 0 "use .gitmodules as timestamp for submodule deps"
opt debug 0 "use debugging symbols"
valopt local-rust-root "" "set prefix for local rust binary" valopt local-rust-root "" "set prefix for local rust binary"
if [ $HELP -eq 1 ] if [ $HELP -eq 1 ]