Ignore:
Timestamp:
Aug 30, 2009, 12:28:34 AM (14 years ago)
Author:
Peter
Message:

refs #558. forgot to append -lgslcblas to LIBS in change in r2041

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.5-stable/configure.ac

    r2041 r2042  
    223223AX_PATH_GSL([${gsl_version}],[gsl_found="yes"],[gsl_version_check="no"])
    224224if test "$gsl_found" = "yes"; then
     225   if test "x$gslcblas_found" = "xyes"; then
     226     LIBS="-lgslcblas $LIBS";
     227   fi
    225228   LIBS="-lgsl $LIBS"
    226229   # grep words starting with '-L' in other words LDFLAGS
Note: See TracChangeset for help on using the changeset viewer.