diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-20 16:30:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-20 16:30:33 (GMT) |
commit | 44c8f498e56539a943e2da138c433680a981a4f1 (patch) | |
tree | 39d76fb2a7cf6df491e5bb091488b44c7becc3da /configure.ac | |
parent | 54e68fe6894b1f3ce6f14f715f9375419e583ea9 (diff) | |
download | hdf5-44c8f498e56539a943e2da138c433680a981a4f1.zip hdf5-44c8f498e56539a943e2da138c433680a981a4f1.tar.gz hdf5-44c8f498e56539a943e2da138c433680a981a4f1.tar.bz2 |
[svn-r26499] Description:
Remove ULLONG_TO_FP_CAST_WORKS macro/define, as it only applies to older
platforms we aren't supporting any longer.
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.ac | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.ac b/configure.ac index 8e385bd..eab7883 100644 --- a/configure.ac +++ b/configure.ac @@ -2444,24 +2444,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 |