From: Wolfgang Bangerth Date: Fri, 16 Apr 2010 21:30:41 +0000 (+0000) Subject: Print PETSc version number in error message. X-Git-Tag: v8.0.0~6203 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9140514a3b116be8f561ac19d984be9fa1066678;p=dealii.git Print PETSc version number in error message. git-svn-id: https://svn.dealii.org/trunk@21001 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 7421f33780..95b9b0e5b9 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -5486,7 +5486,7 @@ AC_DEFUN(DEAL_II_CONFIGURE_PETSC_ARCH, dnl fi ;; *) dnl - AC_MSG_ERROR([Unknown PETSc version]) + AC_MSG_ERROR([Unknown PETSc version ${DEAL_II_PETSC_VERSION_MAJOR}.${DEAL_II_PETSC_VERSION_MINOR}.${DEAL_II_PETSC_VERSION_SUBMINOR}]) ;; esac fi