Do not define unused HAVE_VALGRIND macro

This commit is contained in:
Hennadii Stepanov 2022-12-15 20:06:55 +00:00
parent ad8647f548
commit 9c5a4d21bb
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

@ -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)
])