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 5e6f05f commit 547f67aCopy full SHA for 547f67a
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 85a2b0bfb93d3f7e5921ef0935f5bcead8796d59
+refs/heads/master: 193c1fac4cfb7f5293ad8a5f50b41a614ca27068
trunk/configure
@@ -220,7 +220,7 @@ fi
220
# Valgrind is only reliable on Linux. On Windows it doesn't work at all, and
221
# on the Mac the dynamic linker causes Valgrind to emit a huge stream of
222
# errors.
223
-if [ $CFG_OSTYPE != Linux ]
+if [ $CFG_OSTYPE != Linux ] && [ $CFG_OSTYPE != Darwin ]
224
then
225
CFG_BAD_VALGRIND=1
226
putvar CFG_BAD_VALGRIND
0 commit comments