From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27406 invoked by alias); 25 Feb 2004 19:55:28 -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 27397 invoked from network); 25 Feb 2004 19:55:27 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 25 Feb 2004 19:55:27 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 467B02B92; Wed, 25 Feb 2004 14:55:25 -0500 (EST) Message-ID: <403CFDAD.3080104@gnu.org> Date: Wed, 25 Feb 2004 19:55:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/RFC] (hppa/tui) Fix build failure due to missing wborder References: <20040223220334.GH1273@gnat.com> <403BDFA0.5000504@gnu.org> <20040225011811.GG542@gnat.com> <20040225020942.GA23098@nevyn.them.org> <20040225185946.GI1105@gnat.com> In-Reply-To: <20040225185946.GI1105@gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00736.txt.bz2 > 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. Andrew $ date -u Wed Feb 25 19:55:12 UTC 2004