From fa13035e97ef7e35276870ba3dfe14ea32d73966 Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 19 Apr 2012 16:54:59 -0700 Subject: [PATCH] configure: remove test for zlib.h hasn't been needed since: 9523f2a Add Alpha Encode support from WebPEncode. Change-Id: Ia784ac434ec6fd43aade8875a91e2ad9f0fa9c30 --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configure.ac b/configure.ac index 64c707de..a92fca0c 100644 --- a/configure.ac +++ b/configure.ac @@ -21,15 +21,6 @@ AC_SEARCH_LIBS([log2], [m],, [AC_DEFINE([NOT_HAVE_LOG2], [1], [Undefine this if you have log2().])]) -dnl === Check libz is present - -if test "$enable_experimental" = "yes"; then - AC_CHECK_HEADER(zlib.h, - AC_CHECK_LIB(z, gzsetparams,,AC_MSG_ERROR(zlib library not found)), - AC_MSG_ERROR(zlib not available - no zlib.h) - ) -fi - dnl === check for PNG support === PNG_INCLUDES=""