Changeset 1762 for trunk/configure.ac
- Timestamp:
- Jan 31, 2009, 12:32:31 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1761 r1762 133 133 # Checks for libraries. 134 134 AC_MSG_NOTICE([checking for libraries]) 135 AC_CHECK_LIB(m,main) 135 AC_CHECK_LIBM 136 AS_IF([test "x$LIBM" != x], [LIBS="$LIBM $LIBS"]) 136 137 # searching for cblas. Priority 1) find a cblas library, 2) find ATLAS 137 138 # generated cblas, and 3) fall back to GSL cblas implementation. If
Note: See TracChangeset
for help on using the changeset viewer.