From 193c1fac4cfb7f5293ad8a5f50b41a614ca27068 Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Fri, 27 May 2011 16:58:11 -0700 Subject: [PATCH] Enabling valgrind on OSX. It appears to work now. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5925ccd3caf..48b3fd42315 100755 --- a/configure +++ b/configure @@ -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