From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Compiling emacs 22 on ubuntu 7.0.4 Date: Thu, 14 Jun 2007 12:20:13 -0400 Message-ID: References: <701fce30706102144k17151433rc78902a60e136884@mail.gmail.com> <466CE537.4030906@swipnet.se> <466DC104.4000701@gnu.org> <466FB669.3030006@swipnet.se> <86r6ogw69z.fsf@lola.quinscape.zz> <466FC659.2040707@swipnet.se> <86myz4w310.fsf@lola.quinscape.zz> <46705774.9050603@swipnet.se> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1181838197 5238 80.91.229.12 (14 Jun 2007 16:23:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Jun 2007 16:23:17 +0000 (UTC) Cc: silverburgh.meryl@gmail.com, emacs-devel@gnu.org, jasonr@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 14 18:23:15 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 1Hys6N-00074H-1Z for ged-emacs-devel@m.gmane.org; Thu, 14 Jun 2007 18:23:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hys6M-0005LV-FS for ged-emacs-devel@m.gmane.org; Thu, 14 Jun 2007 12:23:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hys3T-0003Hk-2z for emacs-devel@gnu.org; Thu, 14 Jun 2007 12:20:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hys3S-0003H6-Bu for emacs-devel@gnu.org; Thu, 14 Jun 2007 12:20:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hys3S-0003Gs-4y for emacs-devel@gnu.org; Thu, 14 Jun 2007 12:20:14 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hys3R-0002Av-Qt for emacs-devel@gnu.org; Thu, 14 Jun 2007 12:20:13 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Hys3R-0004JH-9j; Thu, 14 Jun 2007 12:20:13 -0400 In-reply-to: <46705774.9050603@swipnet.se> (message from =?ISO-8859-1?Q?Jan_Dj=E4rv?= on Wed, 13 Jun 2007 22:45:40 +0200) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:72872 Archived-At: I changed configure so it exits with an error if any image library isn't found, and --with-xxx=no was not given. I only chnaged the trunk, not the emacs 22 branch. I think this is correct for GNU/Linux and probably for some other systems. t could be that there are some platforms where the old behavior is better, so we might subsequently want to switch between this behavior and the old behavior according to the configuration name. But we can wait and see if that is really true.