From 906dbb5b89eca0b2193ac6f879ab03d2776954d8 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Sat, 1 Oct 2011 22:57:17 +0200 Subject: [PATCH] Remove zlib dependency I'm not sure why was that even there, as we don't use zlib. --- configure.ac.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configure.ac.in b/configure.ac.in index 3b82434b..1207dcc5 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -810,15 +810,6 @@ AC_CHECK_MEMBER([struct statfs.f_fstypename], [], [#include ]) -dnl -dnl Check for zlib -dnl - -AC_CHECK_HEADER(zlib.h, - [], - [AC_MSG_ERROR([zlib is missing; please install the headers first])]) - - dnl dnl Check for OpenMP support dnl