From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.1.90 pretest Date: Fri, 11 Dec 2009 12:19:54 -0500 Message-ID: <87ljh92zt1.fsf@stupidchicken.com> 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 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1260554779 19389 80.91.229.12 (11 Dec 2009 18:06:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Dec 2009 18:06:19 +0000 (UTC) Cc: Giovanni Lanzani , emacs-devel@gnu.org To: Jan =?utf-8?Q?Dj=C3=A4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 11 19:06:10 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 1NJ9sC-0001AU-2U for ged-emacs-devel@m.gmane.org; Fri, 11 Dec 2009 19:05:48 +0100 Original-Received: from localhost ([127.0.0.1]:37902 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJ9sB-0006C3-Ij for ged-emacs-devel@m.gmane.org; Fri, 11 Dec 2009 13:05:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJ99s-00086N-Ux for emacs-devel@gnu.org; Fri, 11 Dec 2009 12:20:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJ99o-00082v-4e for emacs-devel@gnu.org; Fri, 11 Dec 2009 12:20:00 -0500 Original-Received: from [199.232.76.173] (port=37746 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJ99n-00082n-V8 for emacs-devel@gnu.org; Fri, 11 Dec 2009 12:19:56 -0500 Original-Received: from pantheon-po42.its.yale.edu ([130.132.50.101]:39844) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NJ99n-0006jJ-MP for emacs-devel@gnu.org; Fri, 11 Dec 2009 12:19:55 -0500 Original-Received: from furry (dhcp128036014216.central.yale.edu [128.36.14.216]) (authenticated bits=0) by pantheon-po42.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id nBBHJsG7009899 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 11 Dec 2009 12:19:54 -0500 Original-Received: by furry (Postfix, from userid 1000) id 72E6FC071; Fri, 11 Dec 2009 12:19:54 -0500 (EST) In-Reply-To: <4B1FF0C7.2010409@swipnet.se> ("Jan =?utf-8?Q?Dj=C3=A4rv=22's?= message of "Wed, 09 Dec 2009 19:47:35 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/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:118549 Archived-At: Jan Dj=C3=A4rv writes: >> Thanks Jan, with the option --without-gconf it builds (altough it >> doesn't with the option --without-rsvg). >> > This is fixed now. > > Thanks for testing. Why did the bug arise in the first place? In the configure test, PKG_CHECK_MODULES(GCONF, gconf-2.0 >=3D 2.13, HAVE_GCONF=3Dyes, HAVE_GCO= NF=3Dno) should have returned HAVE_GCONF=3Dno on OS X (I assume the Gconf libraries wouldn't be present). So HAVE_GCONF should not have been defined.