summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure34
1 files changed, 28 insertions, 6 deletions
diff --git a/configure b/configure
index 7d5a85e..f394697 100755
--- a/configure
+++ b/configure
@@ -33547,19 +33547,41 @@ else
echo "${ECHO_T}no" >&6
fi
-echo "$as_me:$LINENO: checking if accurately converting between long double and integers works" >&5
-echo $ECHO_N "checking if accurately converting between long double and integers works... $ECHO_C" >&6
-if test "${hdf5_cv_sw_ldouble_to_int_works+set}" = set; then
+echo "$as_me:$LINENO: checking if accurately converting from long double to integers works" >&5
+echo $ECHO_N "checking if accurately converting from long double to integers works... $ECHO_C" >&6
+if test "${hdf5_cv_sw_ldouble_to_integer_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
- hdf5_cv_sw_ldouble_to_int_works=yes
+ hdf5_cv_sw_ldouble_to_integer_works=yes
fi
-if test ${hdf5_cv_sw_ldouble_to_int_works} = "yes"; then
+if test ${hdf5_cv_sw_ldouble_to_integer_works} = "yes"; then
cat >>confdefs.h <<\_ACEOF
-#define SW_LDOUBLE_TO_INT_WORKS 1
+#define SW_LDOUBLE_TO_INTEGER_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 accurately converting from integers to long double works" >&5
+echo $ECHO_N "checking if accurately converting from integers to long double works... $ECHO_C" >&6
+if test "${hdf5_cv_sw_integer_to_ldouble_works+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ hdf5_cv_sw_integer_to_ldouble_works=yes
+fi
+
+
+if test ${hdf5_cv_sw_integer_to_ldouble_works} = "yes"; then
+
+cat >>confdefs.h <<\_ACEOF
+#define SW_INTEGER_TO_LDOUBLE_WORKS 1
_ACEOF
echo "$as_me:$LINENO: result: yes" >&5