emacs-devel
[Top][All Lists]
Advanced

[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: Tue, 15 Jul 2003 07:02:19 -0400

    I'm not an expert on autoconf, so I really cannot say.

    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)])

Could someone say if this is correct?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]