summaryrefslogtreecommitdiffstats
path: root/config/cmake/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-24 22:06:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-24 22:06:27 (GMT)
commit460b629e0384bd8780e0a47407d4b33a8e02b1f4 (patch)
tree56ecf3d4cbb8f8bb0ee75a1afcb8e4951797f062 /config/cmake/ConfigureChecks.cmake
parent92b1916151c9162141f153136117b03730882873 (diff)
downloadhdf5-460b629e0384bd8780e0a47407d4b33a8e02b1f4.zip
hdf5-460b629e0384bd8780e0a47407d4b33a8e02b1f4.tar.gz
hdf5-460b629e0384bd8780e0a47407d4b33a8e02b1f4.tar.bz2
[svn-r26560] Description:
Bring r26483 from autotools_rework branch back to trunk: Remove INTEGER_TO_LDOUBLE_ACCURATE macro/define - we no longer support SGI systems. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (daily tested on branch for >1 week)
Diffstat (limited to 'config/cmake/ConfigureChecks.cmake')
-rw-r--r--config/cmake/ConfigureChecks.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake
index 217f81f..eaf2431 100644
--- a/config/cmake/ConfigureChecks.cmake
+++ b/config/cmake/ConfigureChecks.cmake
@@ -258,12 +258,6 @@ ENDMACRO (H5MiscConversionTest)
# Check various conversion capabilities
#-----------------------------------------------------------------------------
-# -----------------------------------------------------------------------
-# Set flag to indicate that the machine can handle conversion from
-# integers to long double. (This flag should be set "yes" for all
-# machines except all SGIs, where some conversions are incorrect)
-#
-H5MiscConversionTest (H5_SIZEOF_LONG_DOUBLE H5_INTEGER_TO_LDOUBLE_ACCURATE "checking IF accurately converting from integers to long double")
# ----------------------------------------------------------------------
# Set the flag to indicate that the machine can accurately convert
# 'unsigned long' to 'float' values.