Ignore:
Timestamp:
May 30, 2008, 3:48:16 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
9842d8
Parents:
0fe2ca
Message:

libblas needed for libgsl is now found via AC_SEARCH_LIB and list blas cblas gslblas gslcblas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/configure.ac

    r0fe2ca r807e8a  
    3636# Checks for library functions.
    3737# check for GNU Scientific Library
    38 AC_CHECK_LIB(blas,main)
     38AC_SEARCH_LIBS(cblas_sdot, blas cblas gslblas gslcblas)
    3939AC_CHECK_LIB(gsl,main)
    4040
Note: See TracChangeset for help on using the changeset viewer.