From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: zlib autoconf question Date: Mon, 12 Aug 2013 00:54:36 +0200 Message-ID: <21000.5676.948601.856517@a1i15.kph.uni-mainz.de> References: <20995.38193.299757.55244@a1i15.kph.uni-mainz.de> <20999.62420.118305.428747@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1376261697 19339 80.91.229.3 (11 Aug 2013 22:54:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Aug 2013 22:54:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 12 00:54:59 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V8eXK-0001i2-BK for ged-emacs-devel@m.gmane.org; Mon, 12 Aug 2013 00:54:58 +0200 Original-Received: from localhost ([::1]:56489 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8eXJ-0005t6-O6 for ged-emacs-devel@m.gmane.org; Sun, 11 Aug 2013 18:54:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8eXB-0005sk-2r for emacs-devel@gnu.org; Sun, 11 Aug 2013 18:54:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8eX3-0007UH-PH for emacs-devel@gnu.org; Sun, 11 Aug 2013 18:54:49 -0400 Original-Received: from a1www.kph.uni-mainz.de ([134.93.134.1]:47765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8eX3-0007U1-GW for emacs-devel@gnu.org; Sun, 11 Aug 2013 18:54:41 -0400 Original-Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1www.kph.uni-mainz.de (8.14.4/8.13.4) with ESMTP id r7BMsdLL026080; Mon, 12 Aug 2013 00:54:39 +0200 Original-Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.6/8.14.2) with ESMTP id r7BMsbRG007376; Mon, 12 Aug 2013 00:54:37 +0200 Original-Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.6/8.14.6/Submit) id r7BMsaD3007372; Mon, 12 Aug 2013 00:54:36 +0200 In-Reply-To: X-Mailer: VM 8.2.0b under 24.3.1 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 134.93.134.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:162592 Archived-At: >>>>> On Mon, 12 Aug 2013, Lars Magne Ingebrigtsen wrote: > Ulrich Mueller writes: >> Emacs may be built one one host where the shared library is >> present, and the resulting binary then distributed to another host >> where it isn't. > Is that a relevant issue with -lz? Otherwise I wouldn't have mentioned it. Fact is that Gentoo has a global USE flag that allows to disable zlib support. And adding a configure option should be simple enough. Ulrich