Don't check HAVE_PNG_H: autoconf doesn't seem to find it.

This commit is contained in:
Stefan Monnier 2003-07-22 19:05:18 +00:00
parent 599ca9c27b
commit d2398db319

View file

@ -7565,12 +7565,10 @@ pbm_load (f, img)
#if HAVE_PNG
#ifdef HAVE_PNG_H
# include <png.h>
#if defined HAVE_LIBPNG_PNG_H
# include <libpng/png.h>
#else
# ifdef HAVE_LIBPNG_PNG_H
# include <libpng/png.h>
# endif
# include <png.h>
#endif
/* Function prototypes. */