From dca9658a3934d17a7b475ab598a0c67303fe1f1d Mon Sep 17 00:00:00 2001 From: kanschat Date: Fri, 30 Mar 2007 18:22:14 +0000 Subject: [PATCH] fix library name git-svn-id: https://svn.dealii.org/trunk@14608 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 2 +- deal.II/configure | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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. -- 2.39.5