From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3060 invoked by alias); 25 Feb 2004 20:11:01 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3001 invoked from network); 25 Feb 2004 20:10:55 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 25 Feb 2004 20:10:55 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id D997F47D62; Wed, 25 Feb 2004 12:10:55 -0800 (PST) Date: Wed, 25 Feb 2004 20:11:00 -0000 From: Joel Brobecker To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/RFC] (hppa/tui) Fix build failure due to missing wborder Message-ID: <20040225201055.GJ1105@gnat.com> References: <20040223220334.GH1273@gnat.com> <403BDFA0.5000504@gnu.org> <20040225011811.GG542@gnat.com> <20040225020942.GA23098@nevyn.them.org> <20040225185946.GI1105@gnat.com> <403CFDAD.3080104@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <403CFDAD.3080104@gnu.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-02/txt/msg00738.txt.bz2 On Wed, Feb 25, 2004 at 02:55:25PM -0500, Andrew Cagney wrote: > >On Tue, Feb 24, 2004 at 09:09:42PM -0500, Daniel Jacobowitz wrote: > > > >>>Try this instead: > >>> AC_CHECK_FUNC(wborder, [], > >>> [AC_SEARCH_LIBS(wborder, [cur_colr], [], > >>> [AC_MSG_WARN([...])])]) > > > > > >Very clever! I didn't know that AC_CHECK_FUNC was using $LIBS to > >link its test program... > > > >Attach is a new suggested patch. > > Yes, ok. Thank you, checked in. -- Joel