Bug 1163214 - Align --enable-rust help text. r=ted

This commit is contained in:
Ralph Giles 2015-05-11 14:48:31 -07:00
parent 61b12520df
commit 4a7c7f4f95

View File

@ -413,7 +413,7 @@ MOZ_CHECK_COMPILER_WRAPPER
MOZ_PATH_PROG(RUSTC, rustc)
MOZ_ARG_ENABLE_BOOL([rust],
[ --enable-rust Include rust language sources],
[ --enable-rust Include rust language sources],
[MOZ_RUST=1],
[MOZ_RUST= ])
if test -z "$RUSTC" -a -n "$MOZ_RUST"; then