Skip to content

Commit 85ea3fb

Browse files
committed
OS X 32 => BAD_VALGRIND
1 parent 11368d2 commit 85ea3fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,8 @@ fi
12391239
# Valgrind is only reliable on Linux. On Windows it doesn't work at all, and
12401240
# on the Mac the dynamic linker causes Valgrind to emit a huge stream of
12411241
# errors.
1242-
if [ $CFG_OSTYPE != unknown-linux-gnu ] && [ $CFG_OSTYPE != apple-darwin ]
1242+
if [ $CFG_OSTYPE != unknown-linux-gnu ] &&
1243+
[ ! [ $CFG_OSTYPE == apple-darwin ] && [ $CFG_CPUTYPE == x86_64 ] ]
12431244
then
12441245
CFG_BAD_VALGRIND=1
12451246
putvar CFG_BAD_VALGRIND

0 commit comments

Comments
 (0)