Enabling valgrind on OSX. It appears to work now.

This commit is contained in:
Eric Holk 2011-05-27 16:58:11 -07:00
parent 85a2b0bfb9
commit 193c1fac4c
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -220,7 +220,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 ]
if [ $CFG_OSTYPE != Linux ] && [ $CFG_OSTYPE != Darwin ]
then
CFG_BAD_VALGRIND=1
putvar CFG_BAD_VALGRIND