From: Toby D. Young Date: Thu, 12 Nov 2009 16:23:25 +0000 (+0000) Subject: Fixed an error message. If SLEPc was not detected, we say so here X-Git-Tag: v8.0.0~6819 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca027a43838f60bb43f98d71b343c674c87c1341;p=dealii.git Fixed an error message. If SLEPc was not detected, we say so here git-svn-id: https://svn.dealii.org/trunk@20098 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-36/Makefile b/deal.II/examples/step-36/Makefile index 8b534d4bd5..be8c14fdea 100644 --- a/deal.II/examples/step-36/Makefile +++ b/deal.II/examples/step-36/Makefile @@ -52,9 +52,9 @@ ifneq ($(USE_CONTRIB_PETSC)$(USE_CONTRIB_SLEPC),yesyes) default run clean: @echo @echo "===========================================================" - @echo "= This program cannot be compiled without PETSc. Make =" - @echo "= sure you have PETSc installed and detected during =" - @echo "= configuration of deal.II =" + @echo "= This program cannot be compiled without PETSc and =" + @echo "= SLEPc. Make sure you have PETSc and SLEPc installed =" + @echo "= and detected during configuration of deal.II =" @echo "===========================================================" @echo