summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-05-05 21:13:49 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-05-05 21:13:49 (GMT)
commit117444cc2547ea3a4c7b8cb5042c4c186283edc5 (patch)
tree3d4ebc7d8ac8636f3563f1ba756f59c2d05035f6 /configure
parent1aa1ed9b94e8a6dcc4045f17b15948e574a1fb93 (diff)
downloadhdf5-117444cc2547ea3a4c7b8cb5042c4c186283edc5.zip
hdf5-117444cc2547ea3a4c7b8cb5042c4c186283edc5.tar.gz
hdf5-117444cc2547ea3a4c7b8cb5042c4c186283edc5.tar.bz2
[svn-r6797] Purpose:
Feature Description: Added new flag to the H5pubconf.h file --- NO_SHARED_WRITING (H5_NO_SHARED_WRITING). It's only defined for CodeWarrior and should never be defined for other platforms unless the "open()" bug that CW has shows up on other platforms. Platforms tested: Verbena. Configure only, so no need for full tests. Misc. update:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index 7d57197..892edaa 100755
--- a/configure
+++ b/configure
@@ -30908,6 +30908,14 @@ _ACEOF
done
fi
+if test 1 = 2; then
+
+cat >>confdefs.h <<\_ACEOF
+#define NO_SHARED_WRITING 1
+_ACEOF
+
+fi
+
H5_VERSION="`cut -d' ' -f3 $srcdir/README.txt | head -1`"