forked from wolfSSL/wolfssl
fix valgrind prog check, catch more failures
This commit is contained in:
@ -1061,7 +1061,8 @@ if test "$ENABLED_VALGRIND" = "yes"
|
|||||||
then
|
then
|
||||||
AC_CHECK_PROG([HAVE_VALGRIND],[valgrind],[yes],[no])
|
AC_CHECK_PROG([HAVE_VALGRIND],[valgrind],[yes],[no])
|
||||||
|
|
||||||
if [["$HAVE_VALGRIND" = "no" ]]; then
|
if test "$HAVE_VALGRIND" = "no"
|
||||||
|
then
|
||||||
AC_MSG_ERROR([Valgrind not found.])
|
AC_MSG_ERROR([Valgrind not found.])
|
||||||
fi
|
fi
|
||||||
enable_shared=no
|
enable_shared=no
|
||||||
|
Reference in New Issue
Block a user