Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Joel Brobecker <brobecker@adacore.com>
Cc: gdb-patches@sourceware.org, Jerome Guitton <guitton@adacore.com>
Subject: Re: [RFA] Add --with-curses configure option
Date: Tue, 24 Mar 2009 16:41:00 -0000	[thread overview]
Message-ID: <20090324161232.GA19118@host0.dyn.jankratochvil.net> (raw)
In-Reply-To: <20090324103220.GA23668@host0.dyn.jankratochvil.net>

On Tue, 24 Mar 2009 11:32:20 +0100, Jan Kratochvil wrote:
> On Tue, 24 Mar 2009 02:27:42 +0100, Joel Brobecker wrote:
> > > 2009-02-13  Jerome Guitton  <guitton@adacore.com>
> > > 
> > >         * configure.ac: Add --with-curses.
> > >         * configure: Regenerated.
> > 
> > There were no objections, so I checked this patch in after reverifying it
> > by buiding GDB on x86-linux before the patch (linked to libtermcap.so),
> 
> All the tests now fail on Fedora 10 x86_64 due to an unexpected output there:

OK to check in?  IMO more a typo-like fix, the condition should match
a similiar $enable_tui below it.


Thanks,
Jan


2009-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>

	* configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
	* configure: Regenerated.

--- gdb/configure.ac	24 Mar 2009 01:19:26 -0000	1.88
+++ gdb/configure.ac	24 Mar 2009 16:09:12 -0000
@@ -467,7 +467,7 @@ case $host_os in
 esac
 
 # For the TUI, we need enhanced curses functionality.
-if test x"$enable_tui" = xyes; then
+if test x"$enable_tui" != xno; then
   prefer_curses=yes
 fi
 


  parent reply	other threads:[~2009-03-24 16:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-13  2:21 Joel Brobecker
2009-03-24  1:33 ` Joel Brobecker
2009-03-24 15:40   ` Jan Kratochvil
2009-03-24 16:13     ` Joel Brobecker
2009-03-24 16:41     ` Jan Kratochvil [this message]
2009-03-24 16:57       ` Joel Brobecker
2009-03-24 17:04         ` Jan Kratochvil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090324161232.GA19118@host0.dyn.jankratochvil.net \
    --to=jan.kratochvil@redhat.com \
    --cc=brobecker@adacore.com \
    --cc=gdb-patches@sourceware.org \
    --cc=guitton@adacore.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox