From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: new image library "requirements" Date: Wed, 20 Jun 2007 23:17:49 +0100 Message-ID: <4679A78D.5020700@gnu.org> References: <87wsy3qw87.fsf@catnip.gol.com> <46761FA4.8090403@swipnet.se> <18038.8602.106679.989184@kahikatea.snap.net.nz> <86vedl1zrw.fsf@lola.quinscape.zz> <4678C00C.9080502@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1182377908 21100 80.91.229.12 (20 Jun 2007 22:18:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Jun 2007 22:18:28 +0000 (UTC) Cc: Eli Zaretskii , rms@gnu.org, emacs-devel@gnu.org To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 21 00:18:25 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I18VJ-0005NC-5Y for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2007 00:18:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I18VI-0001ml-4w for ged-emacs-devel@m.gmane.org; Wed, 20 Jun 2007 18:18:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I18VE-0001lA-1v for emacs-devel@gnu.org; Wed, 20 Jun 2007 18:18:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I18VC-0001ks-Kt for emacs-devel@gnu.org; Wed, 20 Jun 2007 18:18:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I18VC-0001kn-Fh for emacs-devel@gnu.org; Wed, 20 Jun 2007 18:18:14 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I18VA-0002oL-TK; Wed, 20 Jun 2007 18:18:13 -0400 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 87A1C508A3; Wed, 20 Jun 2007 23:18:09 +0100 (BST) User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) In-Reply-To: <4678C00C.9080502@swipnet.se> X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:73475 Archived-At: Jan Dj=E4rv wrote: > X development libraries are required before we even look for these > image libraries. There is no such thing as image support without X, > except for W32 and OSX, and those platforms don't use the image > libraries we check for. W32 does use the same libraries. I have just added the checks to nt/configure.bat in the trunk. I notice no changes have been made yet to the 22 branch, so I haven't made the changes there, but I think if this change is going to reduce bug reports, we should make it in the branch al= so.