#! /bin/sh
-# From configure.in Revision: 15082 .
+# From configure.in Revision: 15114 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for deal.II 6.0.pre.
#
fi;
-if test "x$with_ blas" != "x" -a "x$with_blas" != "xno" ; then
+if test "x$with_blas" != "x" -a "x$with_blas" != "xno" ; then
echo "$as_me:$LINENO: checking for daxpy_" >&5
echo $ECHO_N "checking for daxpy_... $ECHO_C" >&6
if test "${ac_cv_func_daxpy_+set}" = set; then
if test $ac_cv_func_daxpy_ = yes; then
:
else
- { { echo "$as_me:$LINENO: error: BLAS library not installed correctly" >&5
-echo "$as_me: error: BLAS library not installed correctly" >&2;}
+ { { echo "$as_me:$LINENO: error: BLAS library not installed correctly($with_blas)" >&5
+echo "$as_me: error: BLAS library not installed correctly($with_blas)" >&2;}
{ (exit 1); exit 1; }; }
fi
dnl Finally check if BLAS is really there. We have to do it this way, since
dnl MAC OSX links BLAS functions in a different way
-if test "x$with_ blas" != "x" -a "x$with_blas" != "xno" ; then
- AC_CHECK_FUNC(daxpy_,,[AC_MSG_ERROR([BLAS library not installed correctly])])
+if test "x$with_blas" != "x" -a "x$with_blas" != "xno" ; then
+ AC_CHECK_FUNC(daxpy_,,[AC_MSG_ERROR([BLAS library not installed correctly($with_blas)])])
fi
AC_CHECK_FUNCS([dgemv_ sgemv_ dgeev_ sgeev_ dgeevx_ sgeevx_ dgesvd_ sgesvd_])