From b6fd6f215604285b4ec46f8a6a5fe2c789df4579 Mon Sep 17 00:00:00 2001 From: young Date: Thu, 12 Nov 2009 16:23:25 +0000 Subject: [PATCH] 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 --- deal.II/examples/step-36/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5