We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55bfa0 commit 02551beCopy full SHA for 02551be
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 389852b5c00456a7330664d61890c552097377e6
+refs/heads/master: 76e8dd248c561f4b1677d554a03856250f8eded6
trunk/configure
@@ -264,7 +264,7 @@ fi
264
# Valgrind is only reliable on Linux. On Windows it doesn't work at all, and
265
# on the Mac the dynamic linker causes Valgrind to emit a huge stream of
266
# errors.
267
-if [ $CFG_OSTYPE != Linux ] && [ $CFG_OSTYPE != Darwin ]
+if [ $CFG_OSTYPE != unknown-linux-gnu ] && [ $CFG_OSTYPE != apple-darwin ]
268
then
269
CFG_BAD_VALGRIND=1
270
putvar CFG_BAD_VALGRIND
0 commit comments