summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-10 03:47:01 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-10 03:47:01 (GMT)
commitb6a34fb182be882f2f494a86cd23d0e732d656e7 (patch)
treed9cba70446576f1db7bc4ba8fe44314ec8e8c435 /configure
parent7655dd3b0fd82bac9d187b16497784267cfc5b9b (diff)
downloadhdf5-b6a34fb182be882f2f494a86cd23d0e732d656e7.zip
hdf5-b6a34fb182be882f2f494a86cd23d0e732d656e7.tar.gz
hdf5-b6a34fb182be882f2f494a86cd23d0e732d656e7.tar.bz2
[svn-r27737] Merge of r26627 from trunk
Remove the WANT_DATA_ACCURACY macro/define/configure option, since it's no longer attached to any library behavior. Tested on: jam (has baked in the trunk for over 6 months)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure32
1 files changed, 1 insertions, 31 deletions
diff --git a/configure b/configure
index e44509f..1406d51 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Id: configure.ac 27730 2015-09-09 22:27:54Z derobins .
+# From configure.ac Id: configure.ac 27736 2015-09-10 03:23:40Z derobins .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for HDF5 1.8.16-snap16.
#
@@ -911,7 +911,6 @@ with_mpe
enable_direct_vfd
with_default_plugindir
enable_dconv_exception
-enable_dconv_accuracy
enable_build_all
enable_deprecated_symbols
with_default_api_version
@@ -1606,8 +1605,6 @@ Optional Features:
--enable-dconv-exception
if exception handling functions is checked during
data conversions [default=yes]
- --enable-dconv-accuracy if data accuracy is guaranteed during data
- conversions [default=yes]
--enable-build-all Build helper programs that only developers should
need [default=no]
--enable-deprecated-symbols
@@ -27252,33 +27249,6 @@ $as_echo "no" >&6; }
fi
## ----------------------------------------------------------------------
-## Decide whether the data accuracy has higher priority during data
-## conversions. If not, some hard conversions will still be prefered even
-## though the data may be wrong (for example, some compilers don't
-## support denormalized floating values) to maximize speed.
-##
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether data accuracy is guaranteed during data conversions" >&5
-$as_echo_n "checking whether data accuracy is guaranteed during data conversions... " >&6; }
-# Check whether --enable-dconv-accuracy was given.
-if test "${enable_dconv_accuracy+set}" = set; then :
- enableval=$enable_dconv_accuracy; DATA_ACCURACY=$enableval
-else
- DATA_ACCURACY=yes
-fi
-
-
-if test "$DATA_ACCURACY" = "yes"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-$as_echo "#define WANT_DATA_ACCURACY 1" >>confdefs.h
-
-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 handle converting
## floating-point to long long values.
## (This flag should be _unset_ for all machines, except for Windows, where