configure: remove check for ancient libpng < 1.0.17

that's just noise nowadays.

Change-Id: Ife75ebcc67de45db76265b1a8fb3b8130ff58c0f
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Oswald Buddenhagen 2017-07-28 23:55:05 +02:00 committed by Simon Hausmann
parent 245bd9bf78
commit 799e09a947

View File

@ -39,10 +39,6 @@
#include <png.h>
#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;