summaryrefslogtreecommitdiffstats
path: root/config/cmake/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-26 19:13:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-26 19:13:13 (GMT)
commitc4ec20a6de26d3f748dc87d15226961983fc81c3 (patch)
tree6aa58c70823088cd59e6bceb46941cdb8d86c6ec /config/cmake/ConfigureChecks.cmake
parent39373fbabbcbd6b14f66f20582fd5d759f63440a (diff)
downloadhdf5-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 'config/cmake/ConfigureChecks.cmake')
-rw-r--r--config/cmake/ConfigureChecks.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake
index 2b4c4a3..f8bcf91 100644
--- a/config/cmake/ConfigureChecks.cmake
+++ b/config/cmake/ConfigureChecks.cmake
@@ -73,13 +73,6 @@ if (HDF5_ENABLE_HSIZET)
set (${HDF_PREFIX}_HAVE_LARGE_HSIZET 1)
endif (HDF5_ENABLE_HSIZET)
-# ----------------------------------------------------------------------
-# 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)
-#
-# set (H5_HW_FP_TO_LLONG_NOT_WORKS 0)
-
# so far we have no check for this
set (H5_HAVE_TMPFILE 1)