diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-02-16 02:30:58 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-02-16 02:30:58 +0100 |
commit | e79c669e60d04c4367f597dbadb761cbbf5752ba (patch) | |
tree | 7fec16c757aa5f621cde7c752c5efea3668cc50d /configure.ac | |
parent | cb9e7c71b5988a3bc9e42b82c214d32e7126db18 (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.ac | 2 |
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]) |