diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-26 19:13:13 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-26 19:13:13 (GMT) |
commit | c4ec20a6de26d3f748dc87d15226961983fc81c3 (patch) | |
tree | 6aa58c70823088cd59e6bceb46941cdb8d86c6ec /configure.ac | |
parent | 39373fbabbcbd6b14f66f20582fd5d759f63440a (diff) | |
download | hdf5-c4ec20a6de26d3f748dc87d15226961983fc81c3.zip hdf5-c4ec20a6de26d3f748dc87d15226961983fc81c3.tar.gz hdf5-c4ec20a6de26d3f748dc87d15226961983fc81c3.tar.bz2 |
[svn-r26606] Description:
Bring r26508 from autotools_rework branch to trunk:
Remove HW_FP_TO_LLONG_NOT_WORKS macro/define, it was only addressing
Windows .NET 2003 compiler issues.
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.ac | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac index f2ef80d..7aa503c 100644 --- a/configure.ac +++ b/configure.ac @@ -2522,23 +2522,6 @@ else 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) -## -AC_MSG_CHECKING([if converting floating-point values to long long is not working]) -AC_CACHE_VAL([hdf5_cv_convert_float_llong_not_works], [hdf5_cv_convert_float_llong_not_works=no]) - -if test ${hdf5_cv_convert_float_llong_not_works} = "yes"; then - AC_DEFINE([HW_FP_TO_LLONG_NOT_WORKS], [1], - [Define if your system can't handle converting floating-point values to long long.]) - AC_MSG_RESULT([true]) -else - AC_MSG_RESULT([false]) -fi - -## ---------------------------------------------------------------------- ## Set the flag to indicate that the machine has window style pathname, ## that is, "drive-letter:\" (e.g. "C:") or "drive-letter:/" (e.g. "C:/"). ## (This flag should be _unset_ for all machines, except for Windows, where |