Changeset 3452 for trunk/m4/yat_cblas.m4


Ignore:
Timestamp:
Dec 7, 2015, 11:47:36 PM (7 years ago)
Author:
Peter
Message:

fix typo, leftover from mother code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/m4/yat_cblas.m4

    r2952 r3452  
    22
    33#
    4 # serial 1 (yat 0.11)
     4# serial 2 (yat 0.14)
    55#
    66
     
    2020# COPYLEFT
    2121#
    22 #   Copyright (C) 2009, 2012, 2013 Peter Johansson
     22#   Copyright (C) 2009, 2012, 2013, 2015 Peter Johansson
    2323#
    2424#   This file is part of the yat library, http://dev.thep.lu.se/yat
     
    9595if test $yat_cblas_ok = no; then
    9696  AC_CHECK_LIB([mkl_core], [cblas_sgemm],
    97                [acx_blas_ok=yes; CBLAS_LIBS="-lmkl_core"])
     97               [yat_blas_ok=yes; CBLAS_LIBS="-lmkl_core"])
    9898fi
    9999
Note: See TracChangeset for help on using the changeset viewer.