summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-25 19:56:23 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-25 19:56:23 (GMT)
commita877ab37b641f4bb3e63322b67805eb128626771 (patch)
treed83e5f81550f78bbafc998b436d7e3f34a3e12cb /configure
parent5966f8ce26f03a57de337d1f4e853c0af1a7828c (diff)
downloadhdf5-a877ab37b641f4bb3e63322b67805eb128626771.zip
hdf5-a877ab37b641f4bb3e63322b67805eb128626771.tar.gz
hdf5-a877ab37b641f4bb3e63322b67805eb128626771.tar.bz2
[svn-r26588] Description:
Bring r26560 from trunk 1.8 branch: Bring r26483 from autotools_rework branch back to trunk: Remove INTEGER_TO_LDOUBLE_ACCURATE macro/define - we no longer support SGI systems. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (daily tested for 2+ days)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure32
1 files changed, 1 insertions, 31 deletions
diff --git a/configure b/configure
index a83e1dd..b4c06fd 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Id: configure.ac 26580 2015-03-25 17:59:40Z jsoumagne .
+# From configure.ac Id: configure.ac 26585 2015-03-25 19:30:27Z koziol .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for HDF5 1.8.15-snap13.
#
@@ -28123,36 +28123,6 @@ $as_echo "no" >&6; }
;;
esac
-## -----------------------------------------------------------------------
-## Set flag to indicate that the machine can handle conversion from
-## integers to long double. (This flag should be set "yes" for all
-## machines except all SGIs, where some conversions are incorrect)
-##
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if accurately converting from integers to long double" >&5
-$as_echo_n "checking if accurately converting from integers to long double... " >&6; }
-
-if test ${ac_cv_sizeof_long_double} = 0; then
- hdf5_cv_integer_to_ldouble_accurate=${hdf5_cv_integer_to_ldouble_accurate=no}
-else
- if ${hdf5_cv_integer_to_ldouble_accurate+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- hdf5_cv_integer_to_ldouble_accurate=yes
-fi
-
-fi
-
-if test ${hdf5_cv_integer_to_ldouble_accurate} = "yes"; then
-
-$as_echo "#define INTEGER_TO_LDOUBLE_ACCURATE 1" >>confdefs.h
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
## ----------------------------------------------------------------------
## Set the flag to indicate that the machine can accurately convert
## 'unsigned long' to 'float' values.