[RFA] Add --with-curses configure option

Jan Kratochvil jan.kratochvil@redhat.com
Tue Mar 24 16:41:00 GMT 2009


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
 



More information about the Gdb-patches mailing list