aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-02-16 02:30:58 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-02-16 02:30:58 +0100
commite79c669e60d04c4367f597dbadb761cbbf5752ba (patch)
tree7fec16c757aa5f621cde7c752c5efea3668cc50d /configure.ac
parentcb9e7c71b5988a3bc9e42b82c214d32e7126db18 (diff)
Remove hard dependency on zlib
No longer needed now that the block processor doesn't use zlib crc32 anymore. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e3c0998..5cd7ef1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,8 +106,6 @@ AS_IF([test "x$build_windows" = "xyes"], [with_pthread="no"], [])
AS_IF([test "x$with_tools" != "xyes"], [with_selinux="no"], [])
AM_CONDITIONAL([BUILD_TOOLS], [test "x$with_tools" = "xyes"])
-with_gzip="yes"
-
##### Doxygen reference manual #####
AC_CHECK_PROGS([DOXYGEN], [doxygen])