From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yavor Doganov Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.1.90 pretest Date: Thu, 10 Dec 2009 09:49:43 +0200 Organization: The GNU Emacs Church (Bulgarian eparchy) Message-ID: <87iqcfclpk.GNU's_Not_Unix!%yavor@gnu.org> References: <87r5r47t7p.fsf@stupidchicken.com> <4B1FDAF3.6010909@swipnet.se> <95bd41770912090936x26bdf529n4f54ce42729c8876@mail.gmail.com> <4B1FEA52.9070403@swipnet.se> <4B1FF0C7.2010409@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1260431434 20525 80.91.229.12 (10 Dec 2009 07:50:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Dec 2009 07:50:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 10 08:50:27 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 1NIdn8-0007Z3-LM for ged-emacs-devel@m.gmane.org; Thu, 10 Dec 2009 08:50:26 +0100 Original-Received: from localhost ([127.0.0.1]:54749 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIdn8-00018J-6v for ged-emacs-devel@m.gmane.org; Thu, 10 Dec 2009 02:50:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIdn0-00015X-Ee for emacs-devel@gnu.org; Thu, 10 Dec 2009 02:50:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIdmv-00014O-2D for emacs-devel@gnu.org; Thu, 10 Dec 2009 02:50:17 -0500 Original-Received: from [199.232.76.173] (port=45086 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIdmu-00014K-Ql for emacs-devel@gnu.org; Thu, 10 Dec 2009 02:50:12 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:52332) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NIdmu-0004Cc-7r for emacs-devel@gnu.org; Thu, 10 Dec 2009 02:50:12 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIdmt-0006nD-6Q for emacs-devel@gnu.org; Thu, 10 Dec 2009 02:50:11 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NIdmq-0007Rr-77 for emacs-devel@gnu.org; Thu, 10 Dec 2009 08:50:08 +0100 Original-Received: from 213.91.219.2 ([213.91.219.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Dec 2009 08:50:08 +0100 Original-Received: from yavor by 213.91.219.2 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Dec 2009 08:50:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 213.91.219.2 In-Reply-To: <4B1FF0C7.2010409@swipnet.se> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-Jabber-ID: doganov@jabber.minus273.org X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/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:118514 Archived-At: Jan Dj=C3=A4rv wrote: > > Thanks Jan, with the option --without-gconf it builds (altough it > > doesn't with the option --without-rsvg). >=20 > This is fixed now. Your change: -if test "${HAVE_X11}" =3D "yes" || test "${HAVE_NS}" =3D "yes"; then +if test "${HAVE_X11}" =3D "yes"; then removes SVG support for the GNUstep port, which was working just fine for me on GNU/Linux.