[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Recent change to xfns.c breaks compilation
From: |
Richard Stallman |
Subject: |
Re: Recent change to xfns.c breaks compilation |
Date: |
Sun, 20 Jul 2003 19:06:26 -0400 |
However, I think the simpler form to find the header (and define
either HAVE_LIBPNG_PNG_H or HAVE_PNG_H) should work:
AC_CHECK_HEADERS(libpng/png.h,,
[AC_CHECK_HEADERS(png.h)])
Can someone tell me if that really works?
If it does, I'd like to install it.
- Recent change to xfns.c breaks compilation, Markus Rost, 2003/07/14
- Re: Recent change to xfns.c breaks compilation, Richard Stallman, 2003/07/16
- Re: Recent change to xfns.c breaks compilation, Andreas Schwab, 2003/07/16
- Re: Recent change to xfns.c breaks compilation, Richard Stallman, 2003/07/17
- Re: Recent change to xfns.c breaks compilation, David Kastrup, 2003/07/17
- Re: Recent change to xfns.c breaks compilation, Andreas Schwab, 2003/07/17
- Re: Recent change to xfns.c breaks compilation, Markus Rost, 2003/07/17