Skip to content

Commit 02551be

Browse files
committed
---
yaml --- r: 5547 b: refs/heads/master c: 76e8dd2 h: refs/heads/master i: 5545: 5c1ad2f 5543: c060b7b v: v3
1 parent b55bfa0 commit 02551be

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: 389852b5c00456a7330664d61890c552097377e6
2+
refs/heads/master: 76e8dd248c561f4b1677d554a03856250f8eded6

trunk/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ fi
264264
# Valgrind is only reliable on Linux. On Windows it doesn't work at all, and
265265
# on the Mac the dynamic linker causes Valgrind to emit a huge stream of
266266
# errors.
267-
if [ $CFG_OSTYPE != Linux ] && [ $CFG_OSTYPE != Darwin ]
267+
if [ $CFG_OSTYPE != unknown-linux-gnu ] && [ $CFG_OSTYPE != apple-darwin ]
268268
then
269269
CFG_BAD_VALGRIND=1
270270
putvar CFG_BAD_VALGRIND

0 commit comments

Comments
 (0)