summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 27d477e7..414227d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1727,6 +1727,9 @@ lighty_track_feature "compress-bzip2" "" \
lighty_track_feature "compress-brotli" "" \
'test "$WITH_BROTLI" != no'
+lighty_track_feature "compress-zstd" "" \
+ 'test "$WITH_ZSTD" != no'
+
lighty_track_feature "kerberos" "mod_authn_gssapi" \
'test "$WITH_KRB5" != no'