From 799e09a9472493e7f661582d8247a75211df151e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 28 Jul 2017 23:55:05 +0200 Subject: configure: remove check for ancient libpng < 1.0.17 that's just noise nowadays. Change-Id: Ife75ebcc67de45db76265b1a8fb3b8130ff58c0f Reviewed-by: Thiago Macieira --- config.tests/unix/libpng/libpng.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.tests/unix/libpng/libpng.cpp b/config.tests/unix/libpng/libpng.cpp index 6808b5fcb3..d3f836e49e 100644 --- a/config.tests/unix/libpng/libpng.cpp +++ b/config.tests/unix/libpng/libpng.cpp @@ -39,10 +39,6 @@ #include -#if !defined(PNG_LIBPNG_VER) || PNG_LIBPNG_VER < 10017 -# error "Required libpng version 1.0.17 not found." -#endif - int main(int, char **) { png_structp png_ptr; -- cgit v1.2.3