summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure b/configure
index a9d5ed9..34ca1c4 100755
--- a/configure
+++ b/configure
@@ -30341,7 +30341,7 @@ if test "${enable_filters+set}" = set; then
fi;
-all_filters="shuffle"
+all_filters="shuffle,adler32"
case "X-$FILTERS" in
X-|X-all)
FILTERS=$all_filters
@@ -30368,6 +30368,13 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
fi
+ if test $filter = "ADLER32"; then
+
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_FILTER_ADLER32 1
+_ACEOF
+
+ fi
done
fi