Skip to content

Commit 547f67a

Browse files
author
Eric Holk
committed
---
yaml --- r: 2831 b: refs/heads/master c: 193c1fa h: refs/heads/master i: 2829: 23ce24d 2827: 0029d29 2823: 137b73b 2815: 73ae07d v: v3
1 parent 5e6f05f commit 547f67a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 85a2b0bfb93d3f7e5921ef0935f5bcead8796d59
2+
refs/heads/master: 193c1fac4cfb7f5293ad8a5f50b41a614ca27068

trunk/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)