summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-28 01:14:40 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-28 01:14:40 (GMT)
commit87db75e2e6f88b3dfdaf1c8758a1dbb2396d9105 (patch)
treece973d47b7507730bd60ccbe27f01ab7d639572b /configure
parent03f3e620bbea7dd1474c42150d05817f14d23783 (diff)
downloadhdf5-87db75e2e6f88b3dfdaf1c8758a1dbb2396d9105.zip
hdf5-87db75e2e6f88b3dfdaf1c8758a1dbb2396d9105.tar.gz
hdf5-87db75e2e6f88b3dfdaf1c8758a1dbb2396d9105.tar.bz2
[svn-r26637] Description:
Bring r26597 from trunk to 1.8 branch: Bring r26500 from autotools_rework branch to trunk: Remove the LLONG_TO_FP_CAST_WORKS macro/define, as it targets problems with the Visual Studio 6 compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on trunk for 2+ days)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure29
1 files changed, 1 insertions, 28 deletions
diff --git a/configure b/configure
index bb69f92..e463958 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Id: configure.ac 26630 2015-03-27 22:12:22Z koziol .
+# From configure.ac Id: configure.ac 26636 2015-03-28 00:42:13Z koziol .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for HDF5 1.8.15-snap13.
#
@@ -28124,33 +28124,6 @@ $as_echo "no" >&6; }
esac
## ----------------------------------------------------------------------
-## Set the flag to indicate that the machine can _compile_
-## 'long long' to 'float' and 'double' typecasts.
-## (This flag should be set for all machines, except for under Windows when
-## compiled with Visual Studio 6, where the macro value is set in the
-## src/H5pubconf.h file)
-##
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiling long long to floating-point typecasts work" >&5
-$as_echo_n "checking if compiling long long to floating-point typecasts work... " >&6; }
-if ${hdf5_cv_llong_to_fp_cast_works+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- hdf5_cv_llong_to_fp_cast_works=yes
-fi
-
-
-if test ${hdf5_cv_llong_to_fp_cast_works} = "yes"; then
-
-$as_echo "#define LLONG_TO_FP_CAST_WORKS 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 convert from
## 'unsigned long long' to 'long double' without precision loss.
## (This flag should be set for all machines, except for FreeBSD(sleipnir)