From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16974 invoked by alias); 22 Oct 2008 20:25:28 -0000 Received: (qmail 16943 invoked by uid 22791); 22 Oct 2008 20:25:28 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 22 Oct 2008 20:24:36 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C66002A9647 for ; Wed, 22 Oct 2008 16:24:34 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id nAO9G2ddtUH6 for ; Wed, 22 Oct 2008 16:24:34 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 44BED2A963B for ; Wed, 22 Oct 2008 16:24:34 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 5E0F4E7AD0; Wed, 22 Oct 2008 13:24:28 -0700 (PDT) Date: Wed, 22 Oct 2008 20:25:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA/commit] configure: search waddstr only when building with TUI Message-ID: <20081022202428.GG3638@adacore.com> References: <20081003000916.GG26384@adacore.com> <20081003212345.GS3665@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081003212345.GS3665@adacore.com> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-10/txt/msg00557.txt.bz2 > > 2008-10-02 Joel Brobecker > > > > * configure.ac: On alpha-osf, error out if enable_tui is set to > > "yes", and set enable_tui to "no" if previously set to "auto". > > Check for waddstr only if TUI support was requested. Move the > > part of the configure script that updates various Makefile > > variables up, together with the check for waddstr. > > * configure: Regenerate. I checked that one in as well. -- Joel