]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix library name
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 30 Mar 2007 18:22:14 +0000 (18:22 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 30 Mar 2007 18:22:14 +0000 (18:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@14608 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/configure

index 0f7235c6683c413ed0285995ac90c989a64ed1c0..a33a75d5560939f3d1b78e8c1bcddb8ff50ceaae 100644 (file)
@@ -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")
 ])
index 7867cd8bfa2711373024ff811b16db8324993115..20353e028ddc2b086f81e21fc93e3f7f499b5dff 100755 (executable)
@@ -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.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.