diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-10 03:23:40 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-10 03:23:40 (GMT) |
commit | 7655dd3b0fd82bac9d187b16497784267cfc5b9b (patch) | |
tree | 7ccf1f9de748dc681d5dcf67493b2f0029ff9087 /configure.ac | |
parent | eec2aa6e8ce680de8273564d88ee043c4f64c4b5 (diff) | |
download | hdf5-7655dd3b0fd82bac9d187b16497784267cfc5b9b.zip hdf5-7655dd3b0fd82bac9d187b16497784267cfc5b9b.tar.gz hdf5-7655dd3b0fd82bac9d187b16497784267cfc5b9b.tar.bz2 |
[svn-r27736] Merge of r26605 from trunk
Remove CONVERT_DENORMAL_FLOAT, since this was only set in obsolete
configure files.
Tested on: jam (has baked in the trunk for over 6 months)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac index a796f52..101882b 100644 --- a/configure.ac +++ b/configure.ac @@ -2238,23 +2238,6 @@ fi ## ---------------------------------------------------------------------- ## Set the flag to indicate that the machine can handle converting -## denormalized floating-point values. -## (This flag should be set for all machines, except for the Crays, where -## the cache value is set in it's config file) -## -AC_MSG_CHECKING([if converting denormalized floating-point values is possible]) -AC_CACHE_VAL([hdf5_cv_convert_denormal_float], [hdf5_cv_convert_denormal_float=yes]) - -if test ${hdf5_cv_convert_denormal_float} = "yes"; then - AC_DEFINE([CONVERT_DENORMAL_FLOAT], [1], - [Define if your system can handle converting denormalized floating-point values.]) - AC_MSG_RESULT([yes]) -else - AC_MSG_RESULT([no]) -fi - -## ---------------------------------------------------------------------- -## Set the flag to indicate that the machine can handle converting ## floating-point to long long values. ## (This flag should be _unset_ for all machines, except for Windows, where ## it's set in the custom Windows H5pubconf.h file) |