]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Improve output in case no HSL routines are found.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Jan 2001 21:27:50 +0000 (21:27 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Jan 2001 21:27:50 +0000 (21:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@3846 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure.in

index 1e0867a60f27417c97cd7499effccee6605fce5d..e290a3b6a4c2143f54475360494f6c00a25a6d69 100644 (file)
@@ -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)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.