diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-20 16:43:35 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-20 16:43:35 (GMT) |
commit | b08160e38b0d722bb2a0ba2d33347e18e51ed1b6 (patch) | |
tree | adafa0ebc5f0273e9fedfa1e6f1f30fee0e3188d /configure.ac | |
parent | 44c8f498e56539a943e2da138c433680a981a4f1 (diff) | |
download | hdf5-b08160e38b0d722bb2a0ba2d33347e18e51ed1b6.zip hdf5-b08160e38b0d722bb2a0ba2d33347e18e51ed1b6.tar.gz hdf5-b08160e38b0d722bb2a0ba2d33347e18e51ed1b6.tar.bz2 |
[svn-r26500] Description:
Remove the LLONG_TO_FP_CAST_WORKS macro/define, as it targets problems with
the Visual Studio 6 compilers.
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 eab7883..2e60e8d 100644 --- a/configure.ac +++ b/configure.ac @@ -2443,24 +2443,6 @@ case "`uname`" in esac ## ---------------------------------------------------------------------- -## 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 -## src/H5pubconf.h file) -## -AC_MSG_CHECKING([if compiling long long to floating-point typecasts work]) -AC_CACHE_VAL([hdf5_cv_llong_to_fp_cast_works], [hdf5_cv_llong_to_fp_cast_works=yes]) - -if test ${hdf5_cv_llong_to_fp_cast_works} = "yes"; then - AC_DEFINE([LLONG_TO_FP_CAST_WORKS], [1], - [Define if your system can compile 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 convert from ## 'unsigned long long' to 'long double' without precision loss. ## (This flag should be set for all machines, except for FreeBSD(sleipnir) |