diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-20 19:08:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-20 19:08:33 (GMT) |
commit | 57393bc0483fe164d3c44129ff786e1333406ce2 (patch) | |
tree | 0667eaca010dc7d4d590620cb65ffa451fd8f84a /configure.ac | |
parent | 7dae7ce0b9964aeb1084d2413f8795216ea6aa58 (diff) | |
download | hdf5-57393bc0483fe164d3c44129ff786e1333406ce2.zip hdf5-57393bc0483fe164d3c44129ff786e1333406ce2.tar.gz hdf5-57393bc0483fe164d3c44129ff786e1333406ce2.tar.bz2 |
[svn-r26508] Description:
Remove HW_FP_TO_LLONG_NOT_WORKS macro/define, it was only addressing
Windows .NET 2003 compiler issues.
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 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac index 5ee863a..0074907 100644 --- a/configure.ac +++ b/configure.ac @@ -2390,23 +2390,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 |