From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: SVG support(again) ? Date: Thu, 09 Aug 2007 23:58:24 +0200 Message-ID: References: <858x8ko0fr.fsf@lola.goethe.zz> <46BB8B0F.7070604@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1186696715 6852 80.91.229.12 (9 Aug 2007 21:58:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Aug 2007 21:58:35 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 09 23:58:32 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 1IJG1Y-0002c1-0n for ged-emacs-devel@m.gmane.org; Thu, 09 Aug 2007 23:58:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJG1X-00043t-Ik for ged-emacs-devel@m.gmane.org; Thu, 09 Aug 2007 17:58:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJG1U-00043o-Ih for emacs-devel@gnu.org; Thu, 09 Aug 2007 17:58:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJG1T-00043Y-7E for emacs-devel@gnu.org; Thu, 09 Aug 2007 17:58:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJG1T-00043V-1P for emacs-devel@gnu.org; Thu, 09 Aug 2007 17:58:27 -0400 Original-Received: from proxy3.bredband.net ([195.54.101.73]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IJG1S-0000CV-Iz for emacs-devel@gnu.org; Thu, 09 Aug 2007 17:58:26 -0400 Original-Received: from kurono.home (83.227.131.3) by proxy3.bredband.net (7.3.127) id 46BAC75900032123 for emacs-devel@gnu.org; Thu, 9 Aug 2007 23:58:24 +0200 In-Reply-To: <46BB8B0F.7070604@gnu.org> (Jason Rumney's message of "Thu\, 09 Aug 2007 22\:45\:51 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1.50 (gnu/linux) X-Detected-Kernel: 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:76284 Archived-At: Jason Rumney writes: > Going back and looking at the original discussion from Sept 2004, the 1 > || is there because he hadn't bothered with the configury stuff that > would have made the HAVE_RSVG work. I think the configury stuff does work, but maybe it didnt originaly. This line in configure.in: echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}" corectly prints "yes" if librsvg2-devel is installed, but "no" if it isnt. The rest of the code gets to be correct if "#if 1 ..." is changed to "if defined(HAVE_RSVG)" in the patch. -- Joakim Verona