summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-26 18:34:11 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-26 18:34:11 (GMT)
commit39373fbabbcbd6b14f66f20582fd5d759f63440a (patch)
tree721fa122512fd650280c7328d36b6434c771057a /configure.ac
parentf3dd294ff22d9052192c4be8d0df65f25eccf125 (diff)
downloadhdf5-39373fbabbcbd6b14f66f20582fd5d759f63440a.zip
hdf5-39373fbabbcbd6b14f66f20582fd5d759f63440a.tar.gz
hdf5-39373fbabbcbd6b14f66f20582fd5d759f63440a.tar.bz2
[svn-r26605] Description:
Bring r26503 & r26528 from autotools_rework branch back to the trunk: 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: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
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 5949e70..f2ef80d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2523,23 +2523,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)