mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
This commit is contained in:
parent
599ca9c27b
commit
d2398db319
1 changed files with 3 additions and 5 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue