Changeset 707
- Timestamp:
- 04/02/10 10:54:26 (2 years ago)
- Files:
-
- libremix/trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libremix/trunk/configure.ac
r706 r707 33 33 AC_CHECK_PROG(HAVE_VALGRIND, valgrind, yes, no) 34 34 if test "x$HAVE_VALGRIND" = xyes ; then 35 VALGRIND_ENVIRONMENT="$VALGRIND_ENVIRONMENT valgrind -q --leak-check=yes --show-reachable=yes --num-callers= 100"35 VALGRIND_ENVIRONMENT="$VALGRIND_ENVIRONMENT valgrind -q --leak-check=yes --show-reachable=yes --num-callers=50" 36 36 AC_SUBST(VALGRIND_ENVIRONMENT) 37 37 TESTS_INFO="'make check' test suite will be run under:
