From: Wolfgang Bangerth Date: Mon, 9 Nov 2009 17:14:32 +0000 (+0000) Subject: Fix comment. X-Git-Tag: v8.0.0~6829 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83a618e98924d210305f260a2ba7f1f41a508a16;p=dealii.git Fix comment. git-svn-id: https://svn.dealii.org/trunk@20076 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index cac2b15e6f..e4f2f9e9de 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -4989,7 +4989,7 @@ void f (const std::ostream &out); dnl ------------------------------------------------------------- -dnl Check whether the numeric_limits classes are available +dnl Check whether the header is available dnl dnl Usage: DEAL_II_HAVE_STD_OSTREAM_HEADER dnl @@ -5771,12 +5771,12 @@ AC_DEFUN(DEAL_II_CONFIGURE_PETSC_ARCH, dnl if test -d $DEAL_II_PETSC_DIR/lib/libg/$DEAL_II_PETSC_ARCH \ -o -d $DEAL_II_PETSC_DIR/lib/libg_complex/$DEAL_II_PETSC_ARCH \ ; then - AC_MSG_ERROR([PETSc has not been compiled for C++ with scalar type real, + AC_MSG_ERROR([PETSc has not been compiled for C++ with scalar type real, but deal.II needs this for this PETSc version] $PETSC_VERSION) else AC_MSG_ERROR([PETSc has not been compiled for the architecture specified with --with-petsc-arch]) - fi + fi fi ;; @@ -5862,7 +5862,7 @@ AC_DEFUN(DEAL_II_CONFIGURE_PETSC_MPIUNI_LIB, dnl AC_MSG_RESULT(not found) else AC_MSG_RESULT($DEAL_II_PETSC_MPIUNI_LIB) - fi + fi ]) @@ -5885,7 +5885,7 @@ AC_DEFUN(DEAL_II_CONFIGURE_PETSC_COMPLEX, dnl 3.*) DEAL_II_PETSC_COMPLEX=`cat $DEAL_II_PETSC_DIR/$DEAL_II_PETSC_ARCH/include/petscconf.h \ | grep "#define PETSC_USE_COMPLEX" \ - | perl -pi -e 's/.*COMPLEX\s+//g;'` + | perl -pi -e 's/.*COMPLEX\s+//g;'` ;; *) AC_MSG_ERROR([Unknown PETSc version]) @@ -5904,7 +5904,7 @@ AC_DEFUN(DEAL_II_CONFIGURE_PETSC_COMPLEX, dnl AC_MSG_RESULT(not found) fi fi - dnl If we have previously found PETSc and here with a complex + dnl If we have previously found PETSc and here with a complex dnl scalar type then set the DEAL_II_USE_COMPLEX macro if test "$USE_CONTRIB_PETSC" = "yes" ; then if test "$DEAL_II_PETSC_COMPLEX" = "1" ; then