Mercurial > hg > octave-nkf
diff acx_lapack.m4 @ 6208:323be5eeed1f
[project @ 2006-12-06 20:23:18 by jwe]
author | jwe |
---|---|
date | Wed, 06 Dec 2006 20:23:19 +0000 |
parents | 034cdbd34c0a |
children | fd13f9f7dbac |
line wrap: on
line diff
--- a/acx_lapack.m4 +++ b/acx_lapack.m4 @@ -44,7 +44,11 @@ esac # Get fortran linker name of LAPACK function to check for. -AC_F77_FUNC(cheev) +if $have_fortran_compiler; then + AC_F77_FUNC(cheev) +elif $have_f2c; then + cheev=cheev_ +fi # We cannot use LAPACK if BLAS is not found if test "x$acx_blas_ok" != xyes; then