summaryrefslogtreecommitdiffstats
path: root/config/cmake/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2015-03-20 19:04:30 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2015-03-20 19:04:30 (GMT)
commit8a1d1b24cf85e25b70884d9454b549223097bc1b (patch)
tree4841249393769a8d912a257f2a7ba433aede9af0 /config/cmake/ConfigureChecks.cmake
parentaad3aa7856bd107b11093d3d453b4e98f4a88464 (diff)
downloadhdf5-8a1d1b24cf85e25b70884d9454b549223097bc1b.zip
hdf5-8a1d1b24cf85e25b70884d9454b549223097bc1b.tar.gz
hdf5-8a1d1b24cf85e25b70884d9454b549223097bc1b.tar.bz2
[svn-r26505] Merge r26435 from autotools_rework branch.
Remove DEFAULT_LIBS from configure.ac and irix6.x config file which was using it. Remove references to IRIX/irix* platform.
Diffstat (limited to 'config/cmake/ConfigureChecks.cmake')
-rw-r--r--config/cmake/ConfigureChecks.cmake7
1 files changed, 2 insertions, 5 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake
index 4dff2c2..217f81f 100644
--- a/config/cmake/ConfigureChecks.cmake
+++ b/config/cmake/ConfigureChecks.cmake
@@ -261,9 +261,7 @@ ENDMACRO (H5MiscConversionTest)
# -----------------------------------------------------------------------
# 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 and its cache value is set "no" in its config/irix6.x and
-# irix5.x)
+# 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")
# ----------------------------------------------------------------------
@@ -278,8 +276,7 @@ H5ConversionTests (H5_ULONG_TO_FLOAT_ACCURATE "Checking IF accurately converting
# ----------------------------------------------------------------------
# Set the flag to indicate that the machine can accurately convert
# 'unsigned (long) long' values to 'float' and 'double' values.
-# (This flag should be set for all machines, except for the SGIs, where
-# the cache value is set in the config/irix6.x config file) and Solaris
+# (This flag should be set for all machines, except for the SGIs) and Solaris
# 64-bit machines, where the short program below tests if round-up is
# correctly handled.
#