From 0120ff9dfc024660fde8d1933f4a3d863071ba9f Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 30 Jan 2001 21:27:50 +0000 Subject: [PATCH] Improve output in case no HSL routines are found. git-svn-id: https://svn.dealii.org/trunk@3846 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/configure.in b/deal.II/configure.in index 1e0867a60f..e290a3b6a4 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -566,11 +566,12 @@ if test -r contrib/hsl/source/ma47.f -a -r contrib/hsl/source/ma47dep.f ; then AC_DEFINE(HAVE_HSL_MA47) fi -AC_MSG_RESULT($hsl_subroutines) if test "x$hsl_subroutines" != "x" ; then + AC_MSG_RESULT($hsl_subroutines) USE_CONTRIB_HSL=yes else + AC_MSG_RESULT(none found) USE_CONTRIB_HSL=no fi AC_SUBST(USE_CONTRIB_HSL) -- 2.39.5