Skip to content
Snippets Groups Projects
Commit 8f04381a authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

disable debug output.

[[Imported from SVN: r7088]]
parent 758dcd7e
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ AC_DEFUN([IMMDX_LIB_METIS], [
AC_CHECK_HEADER(metis.h, [metis_h=yes],
[metis_h=no], [/* check */])
echo x$metis_h
#echo x$metis_h
AC_LANG_RESTORE
......
......@@ -36,7 +36,7 @@ AC_DEFUN([DUNE_PATH_PARMETIS],[
fi
],
[
echo with_parmetis1=$withparmetis PARMETIS=$PARMETIS
#echo with_parmetis1=$withparmetis PARMETIS=$PARMETIS
if test -n "$PARMETIS" ; then
if test -d "$PARMETIS" ; then
# get absolute path
......@@ -72,7 +72,7 @@ AC_DEFUN([DUNE_PATH_PARMETIS],[
[AC_HELP_STRING([--with-metis-lib], [name of the metis libraries (default is metis)])],
,[with_metis_lib=metis])
echo with_parmetis=$with_parmetis
#echo with_parmetis=$with_parmetis
# store old values
ac_save_LDFLAGS="$LDFLAGS"
ac_save_CPPFLAGS="$CPPFLAGS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment