summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-02-19 05:24:09 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-02-19 05:24:09 (GMT)
commita7f70203b41e52942c67e07b927291cc2a03ff8c (patch)
treefd926ea90e07684ed86a47f3af2a8825b2dc7709 /configure.ac
parent32c030ad2b2451d6d71c029f1915c5149434b034 (diff)
downloadhdf5-a7f70203b41e52942c67e07b927291cc2a03ff8c.zip
hdf5-a7f70203b41e52942c67e07b927291cc2a03ff8c.tar.gz
hdf5-a7f70203b41e52942c67e07b927291cc2a03ff8c.tar.bz2
[svn-r26225] Removes broken open() call work-around that was specific to the now
unsupported Code Warrior compiler. Also removes the H5_NO_SHARED_WRITING symbol from the pubconf file. Fixes: HDFFV-9080 Tested on: jam only, after bin/reconfigure (all platforms should see no source changes)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index a17dec8..aff469f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2531,15 +2531,6 @@ if test -n "$FILTERS"; then
done
fi
-## ----------------------------------------------------------------------
-## This is defined only when we're using CodeWarrior, since it has a
-## broken "open()" call.
-#
-if test 1 = 2; then
- AC_DEFINE([NO_SHARED_WRITING], [1],
- [Define if shared writing must be disabled (CodeWarrior only)])
-fi
-
## --------------------------------------------------------------------------
## Should the Default Virtual File Driver be compiled?
##