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 | |
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')
-rwxr-xr-x | configure | 28 |
1 files changed, 1 insertions, 27 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Id: configure.ac 27705 2015-09-08 22:21:01Z derobins . +# From configure.ac Id: configure.ac 27730 2015-09-09 22:27:54Z derobins . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for HDF5 1.8.16-snap16. # @@ -27280,32 +27280,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) -## -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if converting denormalized floating-point values is possible" >&5 -$as_echo_n "checking if converting denormalized floating-point values is possible... " >&6; } -if ${hdf5_cv_convert_denormal_float+:} false; then : - $as_echo_n "(cached) " >&6 -else - hdf5_cv_convert_denormal_float=yes -fi - - -if test ${hdf5_cv_convert_denormal_float} = "yes"; then - -$as_echo "#define CONVERT_DENORMAL_FLOAT 1" >>confdefs.h - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -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) |