summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3804631..9ec1f6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,6 +76,10 @@ AC_ARG_WITH([zstd],
[AS_HELP_STRING([--with-zstd], [Build with zstd compression support])],
[], [with_zstd="check"])
+AC_ARG_WITH([gzip],
+ [AS_HELP_STRING([--with-gzip], [Build with zlib compression support])],
+ [], [with_gzip="check"])
+
AC_ARG_WITH([builtin-zlib],
[AS_HELP_STRING([--with-builtin-zlib], [Use a custom, static zlib])],
[], [with_builtin_zlib="no"])