From: Guido Kanschat Date: Fri, 30 Mar 2007 18:22:14 +0000 (+0000) Subject: fix library name X-Git-Tag: v8.0.0~10399 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75ceb23ba90b5fd21658d0e027368c7992496695;p=dealii.git fix library name git-svn-id: https://svn.dealii.org/trunk@14608 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 0f7235c668..a33a75d556 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -5200,7 +5200,7 @@ AC_DEFUN(DEAL_II_WITH_BLAS, dnl , $F77LIBS) else - AC_CHECK_LIB(blas, daxpy_,,[ABORT_BLAS_ON_ERROR($1)],$F77LIBS) + AC_CHECK_LIB(blas, daxpy_,,[ABORT_BLAS_ON_ERROR([blas])],$F77LIBS) fi AC_SUBST(NEEDS_F77LIBS, "yes") ]) diff --git a/deal.II/configure b/deal.II/configure index 7867cd8bfa..20353e028d 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -11617,7 +11617,7 @@ else { { echo "$as_me:$LINENO: error: Configuring BLAS library failed although it was requested. Most common is one of the following reasons: - 1. A library with name lib$withval.a or lib$withval.so is not in your library path. + 1. A library with name libblas.a or libblas.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. @@ -11627,7 +11627,7 @@ else " >&5 echo "$as_me: error: Configuring BLAS library failed although it was requested. Most common is one of the following reasons: - 1. A library with name lib$withval.a or lib$withval.so is not in your library path. + 1. A library with name libblas.a or libblas.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.