Fix configure script to use valgrind again

This commit is contained in:
Brian Anderson 2011-09-26 16:17:22 -07:00
parent 389852b5c0
commit 76e8dd248c
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -264,7 +264,7 @@ fi
# Valgrind is only reliable on Linux. On Windows it doesn't work at all, and
# on the Mac the dynamic linker causes Valgrind to emit a huge stream of
# errors.
if [ $CFG_OSTYPE != Linux ] && [ $CFG_OSTYPE != Darwin ]
if [ $CFG_OSTYPE != unknown-linux-gnu ] && [ $CFG_OSTYPE != apple-darwin ]
then
CFG_BAD_VALGRIND=1
putvar CFG_BAD_VALGRIND