summaryrefslogtreecommitdiffstats
path: root/configure
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
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')
-rwxr-xr-xconfigure10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure b/configure
index 3590924..c56bce8 100755
--- a/configure
+++ b/configure
@@ -28340,16 +28340,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?
##