Skip to content

Commit 1ecb94e

Browse files
committed
build: Make SECP_VALGRIND_CHECK preserve CPPFLAGS
1 parent 3bab71c commit 1ecb94e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-aux/m4/bitcoin_secp.m4

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ if test x"$has_valgrind" != x"yes"; then
2121
# error "Valgrind does not support this platform."
2222
#endif
2323
]])], [has_valgrind=yes])
24+
CPPFLAGS="$CPPFLAGS_TEMP"
2425
fi
2526
AC_MSG_RESULT($has_valgrind)
2627
])

0 commit comments

Comments
 (0)