Do not define unused HAVE_VALGRIND
macro
This commit is contained in:
parent
ad8647f548
commit
9c5a4d21bb
@ -20,7 +20,7 @@ if test x"$has_valgrind" != x"yes"; then
|
|||||||
#if defined(NVALGRIND)
|
#if defined(NVALGRIND)
|
||||||
# error "Valgrind does not support this platform."
|
# error "Valgrind does not support this platform."
|
||||||
#endif
|
#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
|
fi
|
||||||
AC_MSG_RESULT($has_valgrind)
|
AC_MSG_RESULT($has_valgrind)
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user