Commit 3b68515b authored by Marko Mäkelä's avatar Marko Mäkelä

Actually enable UNIV_DEBUG_VALGRIND

parent e32dc40c
......@@ -184,9 +184,9 @@ command. */
#define UNIV_ENABLE_UNIT_TEST_ROW_RAW_FORMAT_INT
*/
#if defined HAVE_valgrind && defined HAVE_VALGRIND
#if defined HAVE_valgrind && defined HAVE_VALGRIND_MEMCHECK_H
# define UNIV_DEBUG_VALGRIND
#endif /* HAVE_VALGRIND */
#endif
#ifdef DBUG_OFF
# undef UNIV_DEBUG
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment