From 5e1c53edcc81b1b16b5edbdb8bf4a148eaf9cd7f Mon Sep 17 00:00:00 2001
From: Robert Kloefkorn <robertk@posteo.org>
Date: Wed, 12 Mar 2014 14:03:39 -0600
Subject: [PATCH] [cleanup] remove unrelated result output.

---
 m4/parmetis.m4 | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/m4/parmetis.m4 b/m4/parmetis.m4
index 9e50fa1ad..12c6e8b2e 100644
--- a/m4/parmetis.m4
+++ b/m4/parmetis.m4
@@ -30,9 +30,7 @@ AC_DEFUN([DUNE_PATH_PARMETIS],[
   # check for parmtirs include path
   for p in "$PARMETIS" $PARMETIS_DEFAULT; do
     for i in $INCLUDE_DEFAULT; do
-#      AC_MSG_NOTICE( ... checking for $p/$i )
       if test -f $p/$i/parmetis.h ; then
-#        AC_MSG_NOTICE( ... found $p/$i/parmetis.h )
         with_parmetis="$p"
         include_path="$i"
         lib_path=lib
@@ -45,13 +43,9 @@ AC_DEFUN([DUNE_PATH_PARMETIS],[
     # defaultpath
     PARMETIS_LIB_PATH="$with_parmetis/$lib_path"
     PARMETIS_INCLUDE_PATH="$with_parmetis/$include_path"
-
-    AC_MSG_RESULT(yes)
   else
     if test -n "$PARMETIS" && test "$PARMETIS" != "no" ; then
       AC_MSG_ERROR(ParMETIS was part of the configure call but could not be found in $PARMETIS)
-    else
-      AC_MSG_RESULT(no)
     fi
   fi
 
-- 
GitLab