diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-02-21 13:52:48 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-02-21 13:52:48 (GMT) |
commit | 0ecf47141483e63a02f8b2f3b9d9c790a3ff4b63 (patch) | |
tree | 418e38c9b85f1906eefaa962c30f5053e0503642 /configure | |
parent | 2b195049effb4bfd58a03d4b87037da35b5bccc5 (diff) | |
download | hdf5-0ecf47141483e63a02f8b2f3b9d9c790a3ff4b63.zip hdf5-0ecf47141483e63a02f8b2f3b9d9c790a3ff4b63.tar.gz hdf5-0ecf47141483e63a02f8b2f3b9d9c790a3ff4b63.tar.bz2 |
[svn-r26264] Merge of r26225 from trunk.
Removed a a work-around for a broken CodeWarrior open() call from
configure that causes a test in test/tfile.c to be skipped.
This change removes the H5_NO_SHARED_WRITING symbol.
Tested on: jam (no code changes w/ non-CodeWarrior compilers)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Id: configure.ac 26224 2015-02-18 23:01:17Z chaarawi . +# From configure.ac Id: configure.ac 26263 2015-02-21 14:18:09Z derobins . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for HDF5 1.8.15-snap11. # @@ -28521,16 +28521,6 @@ $as_echo "#define HAVE_FILTER_SCALEOFFSET 1" >>confdefs.h done fi -## ---------------------------------------------------------------------- -## This is defined only when we're using CodeWarrior, since it has a -## broken "open()" call. -# -if test 1 = 2; then - -$as_echo "#define NO_SHARED_WRITING 1" >>confdefs.h - -fi - ## -------------------------------------------------------------------------- ## Should the Default Virtual File Driver be compiled? ## |