Changeset 1955
- Timestamp:
- May 7, 2009, 5:36:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/m4/acx_blas.m4
r1954 r1955 72 72 AC_DEFUN([ACX_BLAS], [ 73 73 AC_PREREQ(2.50) 74 #AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])74 AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS]) 75 75 acx_blas_ok=no 76 76 … … 85 85 86 86 # Get fortran linker names of BLAS functions to check for. 87 #AC_F77_FUNC(sgemm)88 #AC_F77_FUNC(dgemm)87 AC_F77_FUNC(sgemm) 88 AC_F77_FUNC(dgemm) 89 89 90 90 acx_blas_save_LIBS="$LIBS"
Note: See TracChangeset
for help on using the changeset viewer.