Auto merge of #24902 - bombless:configure, r=pnkfelix

Closes #24840
This commit is contained in:
bors 2015-04-30 15:16:24 +00:00
commit 2f613bfaeb
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -544,7 +544,7 @@ fi
BOOL_OPTIONS=""
VAL_OPTIONS=""
opt debug 0 "debug mode"
opt debug 0 "debug mode; disables optimization unless \`--enable-optimize\` given"
opt valgrind 0 "run tests with valgrind (memcheck by default)"
opt helgrind 0 "run tests with helgrind instead of memcheck"
opt valgrind-rpass 1 "run rpass-valgrind tests with valgrind"