Changeset 2042 for branches/0.5-stable/configure.ac
- Timestamp:
- Aug 30, 2009, 12:28:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.5-stable/configure.ac
r2041 r2042 223 223 AX_PATH_GSL([${gsl_version}],[gsl_found="yes"],[gsl_version_check="no"]) 224 224 if test "$gsl_found" = "yes"; then 225 if test "x$gslcblas_found" = "xyes"; then 226 LIBS="-lgslcblas $LIBS"; 227 fi 225 228 LIBS="-lgsl $LIBS" 226 229 # grep words starting with '-L' in other words LDFLAGS
Note: See TracChangeset
for help on using the changeset viewer.