build: Make SECP_VALGRIND_CHECK preserve CPPFLAGS

This commit is contained in:
Hennadii Stepanov 2023-04-11 18:59:12 +01:00
parent 3bab71cf05
commit 1ecb94ebe9
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

@ -21,6 +21,7 @@ if test x"$has_valgrind" != x"yes"; then
# error "Valgrind does not support this platform."
#endif
]])], [has_valgrind=yes])
CPPFLAGS="$CPPFLAGS_TEMP"
fi
AC_MSG_RESULT($has_valgrind)
])