diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -50169,6 +50169,28 @@ else echo "${ECHO_T}no" >&6 fi +echo "$as_me:$LINENO: checking if converting floating-point values to long long is not working" >&5 +echo $ECHO_N "checking if converting floating-point values to long long is not working... $ECHO_C" >&6 +if test "${hdf5_cv_convert_float_llong_not_works+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + hdf5_cv_convert_float_llong_not_works=yes +fi + + +if test ${hdf5_cv_convert_float_llong_not_works} = "yes"; then + +cat >>confdefs.h <<\_ACEOF +#define HW_FP_TO_LLONG_NOT_WORKS 1 +_ACEOF + + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + echo "$as_me:$LINENO: checking if converting from long double to integers is accurate" >&5 echo $ECHO_N "checking if converting from long double to integers is accurate... $ECHO_C" >&6 |