Skip to content

Commit 76e8dd2

Browse files
committed
Fix configure script to use valgrind again
1 parent 389852b commit 76e8dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)