From e79c669e60d04c4367f597dbadb761cbbf5752ba Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 16 Feb 2020 02:30:58 +0100 Subject: Remove hard dependency on zlib No longer needed now that the block processor doesn't use zlib crc32 anymore. Signed-off-by: David Oberhollenzer --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3