mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
configure: Disable valgrind-rpass if there's no valgrind
This commit is contained in:
parent
a8ea78bc35
commit
b982a751f4
8
configure
vendored
8
configure
vendored
@ -733,6 +733,14 @@ then
|
||||
probe CFG_JAVAC javac
|
||||
fi
|
||||
|
||||
# the valgrind rpass tests will fail if you don't have a valgrind, but they're
|
||||
# only disabled if you opt out.
|
||||
if [ -z "$CFG_VALGRIND" ]
|
||||
then
|
||||
CFG_DISABLE_VALGRIND_RPASS=1
|
||||
putvar CFG_DISABLE_VALGRIND_RPASS
|
||||
fi
|
||||
|
||||
if [ ! -z "$CFG_GDB" ]
|
||||
then
|
||||
# Store GDB's version
|
||||
|
Loading…
Reference in New Issue
Block a user