Changeset 1955


Ignore:
Timestamp:
May 7, 2009, 5:36:26 PM (14 years ago)
Author:
Jari Häkkinen
Message:

Reverting changes commited by mistake in changeset:1954

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/m4/acx_blas.m4

    r1954 r1955  
    7272AC_DEFUN([ACX_BLAS], [
    7373AC_PREREQ(2.50)
    74 #AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])
     74AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])
    7575acx_blas_ok=no
    7676
     
    8585
    8686# Get fortran linker names of BLAS functions to check for.
    87 #AC_F77_FUNC(sgemm)
    88 #AC_F77_FUNC(dgemm)
     87AC_F77_FUNC(sgemm)
     88AC_F77_FUNC(dgemm)
    8989
    9090acx_blas_save_LIBS="$LIBS"
Note: See TracChangeset for help on using the changeset viewer.