summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-10 10:38:47 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-10 10:38:47 (GMT)
commitf1c17f305426190dc7027bc63fcb4d28b90ba89d (patch)
tree01dae80fe3aa79a3ee945e1390c1a1e9d7c8cf7c /configure
parent868cb97660cd668f3ff58c8935c74979ce404ce0 (diff)
downloadhdf5-f1c17f305426190dc7027bc63fcb4d28b90ba89d.zip
hdf5-f1c17f305426190dc7027bc63fcb4d28b90ba89d.tar.gz
hdf5-f1c17f305426190dc7027bc63fcb4d28b90ba89d.tar.bz2
[svn-r27741] Merge of r26606 from the trunk
Remove HW_FP_TO_LLONG_NOT_WORKS macro/define, it was only addressing Windows .NET 2003 compiler issues. Fixes HDFFV-9189. Tested on: jam (minor change that has baked in the trunk for months)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure28
1 files changed, 1 insertions, 27 deletions
diff --git a/configure b/configure
index c5b020a..854ecec 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Id: configure.ac 27737 2015-09-10 03:47:01Z derobins .
+# From configure.ac Id: configure.ac 27738 2015-09-10 04:20:13Z derobins .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for HDF5 1.8.16-snap16.
#
@@ -27234,32 +27234,6 @@ $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
-## it's set in the custom Windows H5pubconf.h file)
-##
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if converting floating-point values to long long is not working" >&5
-$as_echo_n "checking if converting floating-point values to long long is not working... " >&6; }
-if ${hdf5_cv_convert_float_llong_not_works+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- hdf5_cv_convert_float_llong_not_works=no
-fi
-
-
-if test ${hdf5_cv_convert_float_llong_not_works} = "yes"; then
-
-$as_echo "#define HW_FP_TO_LLONG_NOT_WORKS 1" >>confdefs.h
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: true" >&5
-$as_echo "true" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: false" >&5
-$as_echo "false" >&6; }
-fi
-
-## ----------------------------------------------------------------------
## Set the flag to indicate that the machine has window style pathname,
## that is, "drive-letter:\" (e.g. "C:") or "drive-letter:/" (e.g. "C:/").
## (This flag should be _unset_ for all machines, except for Windows, where