summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-20 07:06:57 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-20 07:06:57 -0500
commit37dd53bae9b03b30dd0a02329e6af48eb4e0a5ae (patch)
tree05d61b2570dd7e1e3bdd9293d098232b2a58d00b /configure.ac
parent876a1e1b2cc21282a0df5245004197cdffe1d380 (diff)
downloadlighttpd-git-37dd53bae9b03b30dd0a02329e6af48eb4e0a5ae.tar.gz
[build] autoconf: report if building with zstd
Diffstat (limited to 'configure.ac')
-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'