From: Wolfgang Bangerth Date: Sun, 18 Jul 2010 17:29:38 +0000 (+0000) Subject: Provide output if no MUMPS. X-Git-Tag: v8.0.0~5804 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=736be421e64be170bad5bc3062cd65059d09f9cc;p=dealii.git Provide output if no MUMPS. git-svn-id: https://svn.dealii.org/trunk@21518 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 263b505baf..4ac2e477b4 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -6268,6 +6268,7 @@ AC_DEFUN(DEAL_II_CONFIGURE_MUMPS, dnl ], [dnl action-if-not-given (do nothing) USE_CONTRIB_MUMPS=no + AC_MSG_RESULT([no]) ]) dnl ------------------------------------------------------------