summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-28 00:42:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-28 00:42:13 (GMT)
commit03f3e620bbea7dd1474c42150d05817f14d23783 (patch)
treefa181a4ef5b23ab998748f12a550a11b6ef9d695 /configure.ac
parent46f59e4fd4309862727dc72409476fdb76239961 (diff)
downloadhdf5-03f3e620bbea7dd1474c42150d05817f14d23783.zip
hdf5-03f3e620bbea7dd1474c42150d05817f14d23783.tar.gz
hdf5-03f3e620bbea7dd1474c42150d05817f14d23783.tar.bz2
[svn-r26636] Description:
Bring r26596 from trunk to 1.8 branch: Bring r26499 from autotools_rework branch to trunk: Remove ULLONG_TO_FP_CAST_WORKS macro/define, as it only applies to older platforms we aren't supporting any longer. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on trunk for 2+ days)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac18
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.ac b/configure.ac
index 8b85b31..0c1b82c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2559,24 +2559,6 @@ esac
## ----------------------------------------------------------------------
## Set the flag to indicate that the machine can _compile_
-## 'unsigned long long' to 'float' and 'double' typecasts.
-## (This flag should be set for all machines, except for under Windows when
-## compiled with Visual Studio 6, where the macro value is set in the
-## src/H5pubconf.h file)
-##
-AC_MSG_CHECKING([if compiling unsigned long long to floating-point typecasts work])
-AC_CACHE_VAL([hdf5_cv_ullong_to_fp_cast_works], [hdf5_cv_ullong_to_fp_cast_works=yes])
-
-if test ${hdf5_cv_ullong_to_fp_cast_works} = "yes"; then
- AC_DEFINE([ULLONG_TO_FP_CAST_WORKS], [1],
- [Define if your system can compile unsigned long long to floating-point casts.])
- AC_MSG_RESULT([yes])
-else
- AC_MSG_RESULT([no])
-fi
-
-## ----------------------------------------------------------------------
-## Set the flag to indicate that the machine can _compile_
## 'long long' to 'float' and 'double' typecasts.
## (This flag should be set for all machines, except for under Windows when
## compiled with Visual Studio 6, where the macro value is set in the