We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HAVE_VALGRIND
1 parent ad8647f commit 9c5a4d2Copy full SHA for 9c5a4d2
build-aux/m4/bitcoin_secp.m4
@@ -20,7 +20,7 @@ if test x"$has_valgrind" != x"yes"; then
20
#if defined(NVALGRIND)
21
# error "Valgrind does not support this platform."
22
#endif
23
- ]])], [has_valgrind=yes; AC_DEFINE(HAVE_VALGRIND,1,[Define this symbol if valgrind is installed, and it supports the host platform])])
+ ]])], [has_valgrind=yes])
24
fi
25
AC_MSG_RESULT($has_valgrind)
26
])
0 commit comments