From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Compiling emacs 22 on ubuntu 7.0.4 Date: Wed, 13 Jun 2007 12:26:33 +0200 Message-ID: <466FC659.2040707@swipnet.se> References: <701fce30706102144k17151433rc78902a60e136884@mail.gmail.com> <466CE537.4030906@swipnet.se> <466DC104.4000701@gnu.org> <466FB669.3030006@swipnet.se> <86r6ogw69z.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181730440 29270 80.91.229.12 (13 Jun 2007 10:27:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2007 10:27:20 +0000 (UTC) Cc: silverburgh.meryl@gmail.com, emacs-devel@gnu.org, rms@gnu.org, Jason Rumney To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 13 12:27:18 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 1HyQ4L-0003S5-Ef for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2007 12:27:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyQ4K-00066r-MY for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2007 06:27:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HyQ4I-00066l-26 for emacs-devel@gnu.org; Wed, 13 Jun 2007 06:27:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HyQ4G-00066W-71 for emacs-devel@gnu.org; Wed, 13 Jun 2007 06:27:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyQ4G-00066T-5A for emacs-devel@gnu.org; Wed, 13 Jun 2007 06:27:12 -0400 Original-Received: from av8-1-sn3.vrr.skanova.net ([81.228.9.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HyQ4C-0006k4-27; Wed, 13 Jun 2007 06:27:08 -0400 Original-Received: by av8-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 1F00437FDF; Wed, 13 Jun 2007 12:27:07 +0200 (CEST) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av8-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 06E7237F34; Wed, 13 Jun 2007 12:27:07 +0200 (CEST) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id D7CA237E4D; Wed, 13 Jun 2007 12:27:06 +0200 (CEST) User-Agent: Thunderbird 2.0.0.0 (X11/20070419) In-Reply-To: <86r6ogw69z.fsf@lola.quinscape.zz> 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:72759 Archived-At: David Kastrup skrev: > > I don't mind being able to specify --without-libpng and/or > --without-libgif, but the default behavior makes it somewhat too easy > to overlook that one is not generating a fully-capable Emacs for a > given platform. > That is OK. We can issue messages that says the library in question is required unless --without-* is given. Are there any library we should not require? I was thinking of tiff, which I don't think is that much used. Jan D.