From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.1.90 pretest Date: Thu, 10 Dec 2009 20:28:14 +0100 Message-ID: <4B214BCE.9090101@swipnet.se> References: <87r5r47t7p.fsf@stupidchicken.com> <4B1FDAF3.6010909@swipnet.se> <95bd41770912090936x26bdf529n4f54ce42729c8876@mail.gmail.com> <4B1FEA52.9070403@swipnet.se> <4B1FF0C7.2010409@swipnet.se> <87iqcfclpk.GNU's_Not_Unix!%yavor@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: ger.gmane.org 1260475697 15950 80.91.229.12 (10 Dec 2009 20:08:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Dec 2009 20:08:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Yavor Doganov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 10 21:08:09 2009 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 1NIpJ0-0000gG-N8 for ged-emacs-devel@m.gmane.org; Thu, 10 Dec 2009 21:08:07 +0100 Original-Received: from localhost ([127.0.0.1]:49487 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIpJ0-0006V8-KE for ged-emacs-devel@m.gmane.org; Thu, 10 Dec 2009 15:08:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIogc-0003Iy-AR for emacs-devel@gnu.org; Thu, 10 Dec 2009 14:28:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIogX-0003Dn-1R for emacs-devel@gnu.org; Thu, 10 Dec 2009 14:28:25 -0500 Original-Received: from [199.232.76.173] (port=43372 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIogW-0003DZ-RH for emacs-devel@gnu.org; Thu, 10 Dec 2009 14:28:20 -0500 Original-Received: from proxy1.bredband.net ([195.54.101.71]:65018) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIogU-0002hW-5y; Thu, 10 Dec 2009 14:28:18 -0500 Original-Received: from ipb1.telenor.se (195.54.127.164) by proxy1.bredband.net (7.3.140.3) id 4AD3E1C0019D43BA; Thu, 10 Dec 2009 20:28:16 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgdcAAfbIEtV4S1uPGdsb2JhbACBS4JQhGGPcIJRAQEBATesB5AWgS+CKlIE X-IronPort-AV: E=Sophos;i="4.47,376,1257116400"; d="scan'208";a="14038928" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb1.telenor.se with ESMTP; 10 Dec 2009 20:28:15 +0100 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id C4EF87FA07B; Thu, 10 Dec 2009 20:28:14 +0100 (CET) User-Agent: Thunderbird 2.0.0.23 (X11/20090817) In-Reply-To: <87iqcfclpk.GNU's_Not_Unix!%yavor@gnu.org> X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:118529 Archived-At: Yavor Doganov skrev: > Jan Dj=C3=A4rv wrote: >>> Thanks Jan, with the option --without-gconf it builds (altough it >>> doesn't with the option --without-rsvg). >> This is fixed now. >=20 > Your change: >=20 > -if test "${HAVE_X11}" =3D "yes" || test "${HAVE_NS}" =3D "yes"; then > +if test "${HAVE_X11}" =3D "yes"; then >=20 > removes SVG support for the GNUstep port, which was working just fine > for me on GNU/Linux. Testing for NS was totally wrong. I added a test for GNUStep now. Jan D.