build: Make SECP_VALGRIND_CHECK
preserve CPPFLAGS
This commit is contained in:
parent
3bab71cf05
commit
1ecb94ebe9
@ -21,6 +21,7 @@ if test x"$has_valgrind" != x"yes"; then
|
|||||||
# error "Valgrind does not support this platform."
|
# error "Valgrind does not support this platform."
|
||||||
#endif
|
#endif
|
||||||
]])], [has_valgrind=yes])
|
]])], [has_valgrind=yes])
|
||||||
|
CPPFLAGS="$CPPFLAGS_TEMP"
|
||||||
fi
|
fi
|
||||||
AC_MSG_RESULT($has_valgrind)
|
AC_MSG_RESULT($has_valgrind)
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user