Skip to content

Commit 193c1fa

Browse files
author
Eric Holk
committed
Enabling valgrind on OSX. It appears to work now.
1 parent 85a2b0b commit 193c1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ fi
220220
# Valgrind is only reliable on Linux. On Windows it doesn't work at all, and
221221
# on the Mac the dynamic linker causes Valgrind to emit a huge stream of
222222
# errors.
223-
if [ $CFG_OSTYPE != Linux ]
223+
if [ $CFG_OSTYPE != Linux ] && [ $CFG_OSTYPE != Darwin ]
224224
then
225225
CFG_BAD_VALGRIND=1
226226
putvar CFG_BAD_VALGRIND

0 commit comments

Comments
 (0)