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:
parent
245bd9bf78
commit
799e09a947
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user