From: bangerth Date: Fri, 30 Mar 2007 19:29:29 +0000 (+0000) Subject: Slightly change wording. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9870d1a47e9e7ab3b0c8515ab9fb7dc17490ca8a;p=dealii-svn.git Slightly change wording. git-svn-id: https://svn.dealii.org/trunk@14609 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index a33a75d556..f57e79fda0 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -5176,9 +5176,9 @@ AC_DEFUN(ABORT_BLAS_ON_ERROR, dnl AC_MSG_ERROR([[Configuring BLAS library failed although it was requested. Most common is one of the following reasons: 1. A library with name lib$1.a or lib$1.so is not in your library path. - 2. Neither -lgfortran nor -lg2c is in <$F77LIBS>. - 3. BLAS requires -lg2c, but only -lgfortran was configured. - 4. BLAS requires -lgfortran, but only -lg2c was configured. + 2. Neither -lgfortran nor -lg2c is in \$F77LIBS. + 3. BLAS requires -lg2c, but only -lgfortran was found. + 4. BLAS requires -lgfortran, but only -lg2c was found. In cases 2-4, your GNU FORTRAN installation is faulty or BLAS has to be recompiled.