From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31167 invoked by alias); 24 Mar 2009 16:57:28 -0000 Received: (qmail 31159 invoked by uid 22791); 24 Mar 2009 16:57:27 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Mar 2009 16:57:21 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n2OGuwYV017014; Tue, 24 Mar 2009 12:56:58 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n2OGuqHL020913; Tue, 24 Mar 2009 12:56:53 -0400 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n2OGuu88013294; Tue, 24 Mar 2009 12:56:57 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n2OGurSu021488; Tue, 24 Mar 2009 17:56:54 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.2/Submit) id n2OGuqpb021485; Tue, 24 Mar 2009 17:56:52 +0100 Date: Tue, 24 Mar 2009 17:04:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org, Jerome Guitton Subject: Re: [RFA] Add --with-curses configure option Message-ID: <20090324165652.GA21275@host0.dyn.jankratochvil.net> References: <20090313020640.GE11284@adacore.com> <20090324012742.GN9472@adacore.com> <20090324103220.GA23668@host0.dyn.jankratochvil.net> <20090324161232.GA19118@host0.dyn.jankratochvil.net> <20090324164127.GT9472@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090324164127.GT9472@adacore.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes 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: 2009-03/txt/msg00529.txt.bz2 On Tue, 24 Mar 2009 17:41:27 +0100, Joel Brobecker wrote: > > 2009-03-24 Jan Kratochvil > > > > * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI. > > * configure: Regenerated. > > Ah, yes, of course! Thanks for fixing this. Checked-in in its original form posted here. http://sourceware.org/ml/gdb-cvs/2009-03/msg00180.html Thanks, Jan