From 97d4ab39b5201848ccec5771e7de06f5b5c47962 Mon Sep 17 00:00:00 2001 From: Jorrit Fahlke <joe@dune-project.org> Date: Tue, 23 Feb 2010 16:45:56 +0000 Subject: [PATCH] Clean up _slu_lib_path: remove spurious output (probably debugging stuff). [[Imported from SVN: r5899]] --- m4/superlu.m4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/m4/superlu.m4 b/m4/superlu.m4 index de94075ce..854a6a653 100644 --- a/m4/superlu.m4 +++ b/m4/superlu.m4 @@ -33,14 +33,12 @@ AC_DEFUN([_slu_lib_path], if test ! -f "$1/$my_include_path/$2"; then my_slu_found=no else - echo "$1/$my_lib_path" if ! test -d "$1/$my_lib_path"; then my_lib_path="" fi fi fi fi - echo "my_lib_path=$my_lib_path my_include_path=$my_include_path my_slu_found=$my_slu_found 2=$2" ] ) -- GitLab