summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-01-26 10:06:53 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-01-26 10:06:53 (GMT)
commit699b27ee4eaf515641a3373713581a2dfef90deb (patch)
tree844315d85a50dfde3083aba08644d5523ed19be7 /configure
parentc5741c15d217ecff3391cb0d57e66eb54e30de9d (diff)
downloadhdf5-699b27ee4eaf515641a3373713581a2dfef90deb.zip
hdf5-699b27ee4eaf515641a3373713581a2dfef90deb.tar.gz
hdf5-699b27ee4eaf515641a3373713581a2dfef90deb.tar.bz2
[svn-r26028] Removed code from configure.ac that #defined (H5)_NO_SHARED_WRITING under
CodeWarrior as a work-around to broken open() functionality (it's not clear which version). The only effect of this #define was to cause test_file_close() in test/tfile.c to be skipped. Fixes HDFFV-9080 Tested on: jam We don't have CodeWarrior, so I just ensured the deletion didn't adversely affect a typical build.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure b/configure
index e229b06..0b9e8c4 100755
--- a/configure
+++ b/configure
@@ -29303,16 +29303,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?
##