Changeset 2871
- Timestamp:
- Nov 12, 2012, 11:16:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r2869 r2871 132 132 [quiet_nan=no]) 133 133 AC_MSG_RESULT($quiet_nan)]) 134 # No support for quiet NAN is fatal -- sub-sequent compilation, or execution 135 # of created binary, will fail. 136 AS_IF([test x"$quiet_nan" = x"no"], [ 137 YAT_MSG_ERROR([Support for quiet NAN required. yat will not work on this system!]) 138 ]) 139 134 140 # Check for infinity support for doubles in OS 135 141 # Check at run-time, but if we are cross-compiling fall back on a … … 366 372 all_reqs_ok="true" 367 373 368 # No support for quiet NAN is fatal -- sub-sequent compilation, or execution369 # of created binary, will fail.370 if test "${quiet_nan}" = "no" ; then371 all_reqs_ok="false"372 AC_MSG_WARN([373 Support for quiet NAN required.374 yat will not work on this system!])375 fi376 377 374 # No support for infinity is fatal -- sub-sequent compilation, or execution 378 375 # of created binary, will fail.
Note: See TracChangeset
for help on using the changeset viewer.