From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Recent change to xfns.c breaks compilation Date: Sun, 20 Jul 2003 19:06:26 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <5xznjjcj8h.fsf@kfs2.cua.dk> <5xwuekaekd.fsf@kfs2.cua.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1058743594 12347 80.91.224.249 (20 Jul 2003 23:26:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Jul 2003 23:26:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jul 21 01:26:33 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19eNZZ-0003Cl-00 for ; Mon, 21 Jul 2003 01:26:33 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19eNpw-0006xr-00 for ; Mon, 21 Jul 2003 01:43:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19eNXI-0001ef-Qx for emacs-devel@quimby.gnus.org; Sun, 20 Jul 2003 19:24:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19eNWj-0001K5-Hd for emacs-devel@gnu.org; Sun, 20 Jul 2003 19:23:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19eNWe-0001DF-LX for emacs-devel@gnu.org; Sun, 20 Jul 2003 19:23:33 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19eNG7-0002Sh-2K for emacs-devel@gnu.org; Sun, 20 Jul 2003 19:06:27 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19eNG6-00050g-Nl; Sun, 20 Jul 2003 19:06:26 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: <5xwuekaekd.fsf@kfs2.cua.dk> (storm@cua.dk) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15656 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15656 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.