Changeset 2872
- Timestamp:
- Nov 12, 2012, 11:19:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r2871 r2872 135 135 # of created binary, will fail. 136 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!]) 137 YAT_MSG_ERROR([dnl 138 Support for quiet NAN required. yat will not work on this system!]) 138 139 ]) 139 140 … … 161 162 [has_infinity=no]) 162 163 AC_MSG_RESULT($has_infinity)]) 164 # No support for infinity is fatal -- sub-sequent compilation, or execution 165 # of created binary, will fail. 166 AS_IF([test x"${has_infinity}" = x"no"], [ 167 YAT_MSG_ERROR([dnl 168 Support for infinity required. yat will not work on this system!]) 169 ]) 170 163 171 164 172 AC_MSG_CHECKING([g++ deprecation attribute]) … … 372 380 all_reqs_ok="true" 373 381 374 # No support for infinity is fatal -- sub-sequent compilation, or execution375 # of created binary, will fail.376 if test "${has_infinity}" = "no" ; then377 all_reqs_ok="false"378 AC_MSG_WARN([379 Support for infinity required.380 yat will not work on this system!])381 fi382 383 384 382 # Non-existing GSL is fatal -- sub-sequent compilation will fail. 385 383 if test "x$gsl_ok" != "xyes" ; then
Note: See TracChangeset
for help on using the changeset viewer.