From b063f4b474ba640fd7e45b30560a06c4fc59dfe2 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Tue, 13 Oct 2020 16:53:45 +0200 Subject: [PATCH] Take out extra message from configure. --- config/pac.m4 | 2 +- configure | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config/pac.m4 b/config/pac.m4 index bf2edf2f..0fa7324e 100644 --- a/config/pac.m4 +++ b/config/pac.m4 @@ -1899,7 +1899,7 @@ if test "x$pac_metis_header_ok" = "xyes" ; then AC_MSG_RESULT($pac_metis_lib_ok) fi fi - AC_MSG_NOTICE([ metis lib ok $pac_metis_lib_ok]) +dnl AC_MSG_NOTICE([ metis lib ok $pac_metis_lib_ok]) if test "x$pac_metis_lib_ok" = "xyes" ; then AC_MSG_CHECKING([for METIS_SetDefaultOptions in $LIBS]) diff --git a/configure b/configure index c03866ed..bacb6175 100755 --- a/configure +++ b/configure @@ -9121,8 +9121,6 @@ rm -f core conftest.err conftest.$ac_objext \ $as_echo "$pac_metis_lib_ok" >&6; } fi fi - { $as_echo "$as_me:${as_lineno-$LINENO}: metis lib ok $pac_metis_lib_ok" >&5 -$as_echo "$as_me: metis lib ok $pac_metis_lib_ok" >&6;} if test "x$pac_metis_lib_ok" = "xyes" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for METIS_SetDefaultOptions in $LIBS" >&5