From: Wolfgang Bangerth Date: Wed, 14 Apr 2004 15:51:01 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~15351 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be0b917dab9bb4a18ddb4573fbc936f3f2dc4ac5;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@8998 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 7ca2c25b54..8d257dee9c 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -3724,7 +3724,7 @@ AC_DEFUN(DEAL_II_CONFIGURE_PETSC_ARCH, dnl specified in the PETSC_ARCH environment variable]) fi else - AC_MSG_ERROR([If PETSc is used, you must specify the architectur + AC_MSG_ERROR([If PETSc is used, you must specify the architecture either through the PETSC_ARCH environment variable, or through the --with-petsc-arch flag]) fi diff --git a/deal.II/configure b/deal.II/configure index e5de6ea320..64408dd917 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -7797,10 +7797,10 @@ echo "$as_me: error: PETSc has not been compiled for the architecture { (exit 1); exit 1; }; } fi else - { { echo "$as_me:$LINENO: error: If PETSc is used, you must specify the architectur + { { echo "$as_me:$LINENO: error: If PETSc is used, you must specify the architecture either through the PETSC_ARCH environment variable, or through the --with-petsc-arch flag" >&5 -echo "$as_me: error: If PETSc is used, you must specify the architectur +echo "$as_me: error: If PETSc is used, you must specify the architecture either through the PETSC_ARCH environment variable, or through the --with-petsc-arch flag" >&2;} { (exit 1); exit 1; }; }