From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17954 invoked from network); 8 May 2001 15:18:55 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 May 2001 15:18:55 -0000 Received: (qmail 14229 invoked by alias); 8 May 2001 15:17:08 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14263 Received: (qmail 14008 invoked from network); 8 May 2001 15:16:44 -0000 From: "Bart Schaefer" Message-Id: <1010508151443.ZM29889@candle.brasslantern.com> Date: Tue, 8 May 2001 15:14:43 +0000 In-Reply-To: Comments: In reply to Peter Stephenson "Re: Termcap saga again" (May 8, 3:56pm) References: X-Mailer: Z-Mail (5.0.0 30July97) To: Peter Stephenson , zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: Termcap saga again MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 8, 3:56pm, Peter Stephenson wrote: } Subject: Re: Termcap saga again } } Is there some other way of doing the test that will simply see if it } compiled? I should know but I can't remember. Yeah, change it from AC_TRY_COMPILE to AC_TRY_LINK, though it's pretty stupid that AC_TRY_COMPILE fails on harmless warnings. So apply my patch (which is necessary to get AC_TRY_LINK to work right) and also change the _COMPILE to _LINK (which I should have noticed in the first place) and try again. If it works, either you can commit it, or let me know and I will. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net