summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-20 18:50:07 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-20 18:50:07 (GMT)
commit7dae7ce0b9964aeb1084d2413f8795216ea6aa58 (patch)
tree236fbb78fa0257e26ce01ed10aeacde5408ec354 /configure.ac
parent54ce768076dea08cc500ca35b25efb6988943d74 (diff)
downloadhdf5-7dae7ce0b9964aeb1084d2413f8795216ea6aa58.zip
hdf5-7dae7ce0b9964aeb1084d2413f8795216ea6aa58.tar.gz
hdf5-7dae7ce0b9964aeb1084d2413f8795216ea6aa58.tar.bz2
[svn-r26503] Description:
Remove old platform configure files: craynv, dec-flags, hpux11.23, ia64-linux-gnu, nec-superux14.1, sv1-cray, x86_64-redstorm-linux-gnu Also remove CONVERT_DENORMAL_FLOAT, since this was only set in the configure files being removed. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac
index e0ade40..5ee863a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2391,23 +2391,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)