Skip to content

Commit

Permalink
Do not define unused HAVE_VALGRIND macro
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Dec 15, 2022
1 parent ad8647f commit 9c5a4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/m4/bitcoin_secp.m4
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if test x"$has_valgrind" != x"yes"; then
#if defined(NVALGRIND)
# error "Valgrind does not support this platform."
#endif
]])], [has_valgrind=yes; AC_DEFINE(HAVE_VALGRIND,1,[Define this symbol if valgrind is installed, and it supports the host platform])])
]])], [has_valgrind=yes])
fi
AC_MSG_RESULT($has_valgrind)
])
Expand Down

0 comments on commit 9c5a4d2

Please sign in to comment.