From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17199 invoked from network); 3 Mar 2008 12:10:46 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 3 Mar 2008 12:10:46 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 760 invoked from network); 3 Mar 2008 12:10:40 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Mar 2008 12:10:40 -0000 Received: (qmail 26868 invoked by alias); 3 Mar 2008 12:10:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24664 Received: (qmail 26854 invoked from network); 3 Mar 2008 12:10:36 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 3 Mar 2008 12:10:36 -0000 Received: from cluster-g.mailcontrol.com (cluster-g.mailcontrol.com [85.115.41.190]) by bifrost.dotsrc.org (Postfix) with ESMTP id BC6C08028C52 for ; Mon, 3 Mar 2008 13:10:27 +0100 (CET) Received: from cameurexb01.EUROPE.ROOT.PRI ([62.189.241.200]) by rly08g.srv.mailcontrol.com (MailControl) with ESMTP id m23C8Ikv009669 for ; Mon, 3 Mar 2008 12:10:15 GMT Received: from news01 ([10.103.143.38]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.3959); Mon, 3 Mar 2008 12:08:52 +0000 Date: Mon, 3 Mar 2008 12:08:51 +0000 From: Peter Stephenson To: "Zsh Hackers' List" Subject: Re: * Re: Failed tests of zsh 4.3.5 in Solaris 10 w/Sun Studio 12 CC Message-ID: <20080303120851.0c25f94f@news01> In-Reply-To: <28293.1204278804@thecus> References: <8AABEECB-A9A6-43EA-BED2-4BE376CBE349@blastwave.org> <20080226141459.76dc362c@news01> <20080226145741.6e74fc22@news01> <656429B3-438B-4ECF-85C4-04E38D837D1A@blastwave.org> <200802261610.m1QGAwJ3008939@news01.csr.com> <18951.1204047420@thecus> <200802271129.m1RBTVIC003639@news01.csr.com> <28293.1204278804@thecus> Organization: CSR X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.5; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Mar 2008 12:08:52.0011 (UTC) FILETIME=[58628FB0:01C87D27] X-Scanned-By: MailControl A-08-00-04 (www.mailcontrol.com) on 10.71.0.118 X-Virus-Scanned: ClamAV 0.91.2/6092/Mon Mar 3 06:04:26 2008 on bifrost X-Virus-Status: Clean On Fri, 29 Feb 2008 10:53:24 +0100 Oliver Kiddle wrote: > Peter wrote: > > The following is the best I've got: it tests for _libiconv_version > > (which should be an external variable and hence tell us whether we're > > actually linking against libiconv, whatever the header is) in configure > > I'd have thought the AC_CHECK_DECL for _libiconv_version as used already > earlier in configure.ac is a sufficient test. If you try to compile zsh > with the iconv header file not matching what it links against, you get > bigger problems and it doesn't compile at all. In fact, there is > _LIBICONV_VERSION which is a #define so you could #ifdef that. I wanted to be safe about that and as far as I can tell checking if we get _libiconv_version linked in should do that, right? -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070