diff options
author | Songyu Lu <songyulu@hdfgroup.org> | 2019-01-08 18:45:01 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@hdfgroup.org> | 2019-01-08 18:45:01 (GMT) |
commit | 2efc28cf635f2b50be52cad05f5f2e1a17ecb585 (patch) | |
tree | e26cef23d1d7ea24006ebcaf04e698ab94f412b9 /configure.ac | |
parent | 75c105a2a442b9a0cd42d7aa1e95da55ae8e4804 (diff) | |
download | hdf5-2efc28cf635f2b50be52cad05f5f2e1a17ecb585.zip hdf5-2efc28cf635f2b50be52cad05f5f2e1a17ecb585.tar.gz hdf5-2efc28cf635f2b50be52cad05f5f2e1a17ecb585.tar.bz2 |
NNSA Tri-Labs TRILAB-98: Taking out a few more test cases.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f8e538a..53a699d 100644 --- a/configure.ac +++ b/configure.ac @@ -2960,10 +2960,10 @@ else fi ## ---------------------------------------------------------------------- -## Set the flag to indicate that the machine is power9 and cannot +## Set the flag to indicate that the machine is IBM ppc64le and cannot ## accurately convert some long double values. ## -AC_MSG_CHECKING([if the system is power9 and cannot correctly convert some long double values]) +AC_MSG_CHECKING([if the system is IBM ppc64le and cannot correctly convert some long double values]) TEST_SRC="`(echo \"#define H5_DISABLE_SOME_LDOUBLE_CONV_TEST 1\"; cat $srcdir/config/cmake/ConversionTests.c)`" @@ -2977,7 +2977,7 @@ fi if test ${hdf5_cv_disable_some_ldouble_conv} = "yes"; then AC_DEFINE([DISABLE_SOME_LDOUBLE_CONV], [1], - [Define if your system is power9 and cannot convert some long double values correctly.]) + [Define if your system is IBM ppc64le and cannot convert some long double values correctly.]) AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) |