Description: Fix makefile for Debian
Author: Maarten L. Hekkelman <maarten@hekkelman.com>
Last-Update: Tue, 24 Nov 2020 13:33:48 +0100
Forwarded: yes

--- a/configure.ac
+++ b/configure.ac
@@ -129,12 +129,5 @@
 	fi
 ])
 
-AX_CHECK_LIBRARY([LIBZ], [zlib.h], [z],
-				 [ LIBS="$LIBS -lz" ],
-                 [AC_MSG_ERROR([libz not found - compressed files not supported])])
-AX_CHECK_LIBRARY([LIBBZ2], [bzlib.h], [bz2],
-				 [ LIBS="$LIBS -lbz2"],
-                 [AC_MSG_ERROR([libbz2 not found - compressed files not supported])])
-
 dnl Process Makefile.in to create Makefile
 AC_OUTPUT([GNUmakefile])
