]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Additional output not required
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 16 Nov 2004 21:57:32 +0000 (21:57 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 16 Nov 2004 21:57:32 +0000 (21:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@9776 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 705c0c9ea822651c23a8e800d1a50b6fc7c93153..054c733ebd9fb3fa8587fd00f5e6f483decafad1 100644 (file)
@@ -4347,15 +4347,9 @@ dnl --------------------------------------------------
 AC_DEFUN(DEAL_II_WITH_BLAS, dnl
 [
   if test "x$1" != "xyes" ; then
-    AC_CHECK_LIB($1, daxpy_,
-        BLAS_LIB="-l$1",
-      AC_MSG_RESULT(not found),
-      $F77LIBS)
+    AC_CHECK_LIB($1, daxpy_,BLAS_LIB="-l$1",,$F77LIBS)
   else
-    AC_CHECK_LIB(blas, daxpy_,
-        BLAS_LIB="-lblas",
-      AC_MSG_RESULT(not found),
-      $F77LIBS)
+    AC_CHECK_LIB(blas, daxpy_,BLAS_LIB="-lblas",,$F77LIBS)
   fi
   AC_DEFINE(HAVE_BLAS)
   AC_SUBST(NEEDS_F77LIBS, "yes")

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.