summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2003-02-12 20:07:21 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2003-02-12 20:07:21 (GMT)
commitd2bfd727ca0e9f298598b723d20faef3edf7b582 (patch)
tree0805568cda4cfea7021f770c22b9f7386829e6c3 /configure
parent2f8719efde2cb32cd84eaac18603464b3328c199 (diff)
downloadhdf5-d2bfd727ca0e9f298598b723d20faef3edf7b582.zip
hdf5-d2bfd727ca0e9f298598b723d20faef3edf7b582.tar.gz
hdf5-d2bfd727ca0e9f298598b723d20faef3edf7b582.tar.bz2
[svn-r6400]
Purpose: Change feature Description: Switch to Fletcher32 from Adler32 checksum Platforms tested: arabica, eirene, modi4 Misc. update: MANIFEST and RELEASE.txt updated.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index e6dd849..47d306b 100755
--- a/configure
+++ b/configure
@@ -30436,7 +30436,7 @@ if test "${enable_filters+set}" = set; then
fi;
-all_filters="shuffle,adler32"
+all_filters="shuffle,fletcher32"
case "X-$FILTERS" in
X-|X-all)
FILTERS=$all_filters
@@ -30463,10 +30463,10 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
fi
- if test $filter = "ADLER32"; then
+ if test $filter = "FLETCHER32"; then
cat >>confdefs.h <<\_ACEOF
-#define HAVE_FILTER_ADLER32 1
+#define HAVE_FILTER_FLETCHER32 1
_ACEOF
fi