From 37dd53bae9b03b30dd0a02329e6af48eb4e0a5ae Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Thu, 20 Jan 2022 07:06:57 -0500 Subject: [build] autoconf: report if building with zstd --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') 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' -- cgit v1.2.1