Changeset 2486 for stable/0.7
- Timestamp:
- Jan 28, 2012 11:07:48 AM (9 years ago)
- Location:
- stable/0.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.7
-
stable/0.7/coin.m4
r2483 r2486 2309 2309 2310 2310 COIN_C_FINITE= 2311 AC_CHECK_DECL([ finite],[COIN_C_FINITE=finite],,[2311 AC_CHECK_DECL([isfinite],[COIN_C_FINITE=isfinite],,[ 2312 2312 #ifdef HAVE_CMATH 2313 2313 # include <cmath> … … 2332 2332 #endif]) 2333 2333 if test -z "$COIN_C_FINITE"; then 2334 AC_CHECK_DECL([ _finite],[COIN_C_FINITE=_finite],,[2334 AC_CHECK_DECL([finite],[COIN_C_FINITE=finite],,[ 2335 2335 #ifdef HAVE_CMATH 2336 2336 # include <cmath> … … 2355 2355 #endif]) 2356 2356 if test -z "$COIN_C_FINITE"; then 2357 AC_CHECK_DECL([ isfinite],[COIN_C_FINITE=isfinite],,[2357 AC_CHECK_DECL([_finite],[COIN_C_FINITE=_finite],,[ 2358 2358 #ifdef HAVE_CMATH 2359 2359 # include <cmath> -
stable/0.7/compile_f2c
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.