summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-26 02:25:32 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-26 02:25:32 (GMT)
commit27dd4e0f05c72c9ec3745965d525cc4637fc2e0a (patch)
treec06d56a41195c4711155f1f668163b9b9cd21200 /configure.ac
parentb03d04742d4d169ed851b3cd154c42a1c075da1e (diff)
downloadhdf5-27dd4e0f05c72c9ec3745965d525cc4637fc2e0a.zip
hdf5-27dd4e0f05c72c9ec3745965d525cc4637fc2e0a.tar.gz
hdf5-27dd4e0f05c72c9ec3745965d525cc4637fc2e0a.tar.bz2
[svn-r26597] Description:
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 branch for 2+ days)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac18
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.ac b/configure.ac
index 3c9842c..eae1b9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2575,24 +2575,6 @@ case "`uname`" in
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)
-##
-AC_MSG_CHECKING([if compiling long long to floating-point typecasts work])
-AC_CACHE_VAL([hdf5_cv_llong_to_fp_cast_works], [hdf5_cv_llong_to_fp_cast_works=yes])
-
-if test ${hdf5_cv_llong_to_fp_cast_works} = "yes"; then
- AC_DEFINE([LLONG_TO_FP_CAST_WORKS], [1],
- [Define if your system can compile long long to floating-point casts.])
- AC_MSG_RESULT([yes])
-else
- AC_MSG_RESULT([no])
-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)