On 23 October 2015 at 17:55, Mike Holmes <[email protected]> wrote: > Signed-off-by: Mike Holmes <[email protected]>
Reviewed-by: Anders Roxell <[email protected]> These changes makes sense, have this been sent upstream [1]? Cheers, Anders [1] http://git.savannah.gnu.org/r/autoconf-archive.git > --- > m4/ax_valgrind_check.m4 | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/m4/ax_valgrind_check.m4 b/m4/ax_valgrind_check.m4 > index ff05f56..ccee86b 100644 > --- a/m4/ax_valgrind_check.m4 > +++ b/m4/ax_valgrind_check.m4 > @@ -59,7 +59,6 @@ > > AC_DEFUN([AX_VALGRIND_CHECK],[ > dnl Check for --enable-valgrind > - AC_MSG_CHECKING([whether to enable Valgrind on the unit tests]) > AC_ARG_ENABLE([valgrind], > [AS_HELP_STRING([--enable-valgrind], [Whether to enable > Valgrind on the unit tests])], > [enable_valgrind=$enableval],[enable_valgrind=]) > @@ -74,7 +73,6 @@ AC_DEFUN([AX_VALGRIND_CHECK],[ > > AM_CONDITIONAL([VALGRIND_ENABLED],[test "$enable_valgrind" = "yes"]) > AC_SUBST([VALGRIND_ENABLED],[$enable_valgrind]) > - AC_MSG_RESULT([$enable_valgrind]) > > # Check for Valgrind tools we care about. > m4_define([valgrind_tool_list],[[memcheck], [helgrind], [drd], > [exp-sgcheck]]) > -- > 2.5.0 > > _______________________________________________ > lng-odp mailing list > [email protected] > https://lists.linaro.org/mailman/listinfo/lng-odp _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
