summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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