diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2003-02-12 20:07:21 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2003-02-12 20:07:21 (GMT) |
commit | d2bfd727ca0e9f298598b723d20faef3edf7b582 (patch) | |
tree | 0805568cda4cfea7021f770c22b9f7386829e6c3 /configure | |
parent | 2f8719efde2cb32cd84eaac18603464b3328c199 (diff) | |
download | hdf5-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-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |