diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/hpux11.00 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/hpux11.00 b/config/hpux11.00 index d6327b2..f42839a 100644 --- a/config/hpux11.00 +++ b/config/hpux11.00 @@ -97,9 +97,3 @@ case "X-$CXX" in PROFILE_CPPFLAGS= ;; esac - -# Set flag to avoid conversion from 'long double' to integers because of -# HP-UX's compiler problems. For HP-UX 11.00, the compiler has 'floating exception' -# when converting 'long double' to all integers except 'unsigned long long'. -# Other HP-UX systems are unknown yet. (1/8/05 - SLU) -hdf5_cv_sw_ldouble_to_integer_works=${hdf5_cv_sw_ldouble_to_integer_works='no'} |