From 61c9414fde8eaf92b2a81253bf50a4d6cddf0c77 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 4 Jan 2016 16:16:40 +1100 Subject: [PATCH] Remove unnecessary zlib check --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index ba42bb9f..38ac2ad5 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,6 @@ AC_CHECK_HEADERS(stdint.h netinet/in.h netinet/tcp.h sys/ioctl.h getopt.h) AC_CHECK_HEADERS(sys/epoll.h libpq-fe.h postgresql/libpq-fe.h grp.h) AC_CHECK_HEADERS(gsl/gsl_math.h gsl/gsl_cdf.h) AC_CHECK_HEADERS(openssl/x509.h openssl/hmac.h) -AC_CHECK_HEADERS(zlib.h) AC_CHECK_PROG(YASM, yasm, yes) AM_CONDITIONAL([HAVE_YASM], [test x$YASM = xyes])