summaryrefslogtreecommitdiffstats
path: root/config/hpux11.00
diff options
context:
space:
mode:
Diffstat (limited to 'config/hpux11.00')
-rw-r--r--config/hpux11.006
1 files changed, 6 insertions, 0 deletions
diff --git a/config/hpux11.00 b/config/hpux11.00
index 581daf9..0979b42 100644
--- a/config/hpux11.00
+++ b/config/hpux11.00
@@ -96,3 +96,9 @@ 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'}