diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-27 22:17:24 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-27 22:17:24 (GMT) |
commit | 50d7a323300919e20340862fba3caf1f36216877 (patch) | |
tree | 0686d9f8fc7864c5fd1a2f445421c24f0d91af14 /configure.ac | |
parent | ff1c86df14d33cda54b36d72cf2e40a8db2cf8d2 (diff) | |
download | hdf5-50d7a323300919e20340862fba3caf1f36216877.zip hdf5-50d7a323300919e20340862fba3caf1f36216877.tar.gz hdf5-50d7a323300919e20340862fba3caf1f36216877.tar.bz2 |
[svn-r26632] Description:
Bring r26549 from autotools_rework branch to trunk:
Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs
in old SGI 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.ac | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac index 002c9e3..2150de2 100644 --- a/configure.ac +++ b/configure.ac @@ -2680,23 +2680,6 @@ else fi ## ---------------------------------------------------------------------- -## Set the flag to indicate that the machine generates bad code -## for the H5VM_log2_gen() routine in src/H5VMprivate.h -## (This flag should be set to no for all machines, except for SGI IRIX64, -## where the cache value is set to yes in it's config file) -## -AC_MSG_CHECKING([if bad code for log2 routine is generated]) -AC_CACHE_VAL([hdf5_cv_bad_log2_code_generated], [hdf5_cv_bad_log2_code_generated=no]) - -if test ${hdf5_cv_bad_log2_code_generated} = "yes"; then - AC_DEFINE([BAD_LOG2_CODE_GENERATED], [1], - [Define if your system generates wrong code for log2 routine.]) - AC_MSG_RESULT([yes]) -else - AC_MSG_RESULT([no]) -fi - -## ---------------------------------------------------------------------- ## Set some variables for general configuration information to be saved ## and installed with the libraries (used to generate libhdf5.settings). ## |