Re: [lng-odp] [PATCH] m4: valgrind fix confgure output

2015-10-27 Thread Maxim Uvarov

Merged,
Maxim.

On 10/26/2015 23:04, Anders Roxell wrote:

On 23 October 2015 at 17:55, Mike Holmes  wrote:

Signed-off-by: Mike Holmes 

Reviewed-by: Anders Roxell 

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
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

___
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp


___
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp


[lng-odp] [PATCH] m4: valgrind fix confgure output

2015-10-23 Thread Mike Holmes
Signed-off-by: Mike Holmes 
---
 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
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp