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

* configure: Regenerated.
This commit is contained in:
Jan Kratochvil 2009-03-24 16:54:35 +00:00
parent 8f6b092546
commit bd8a8e1b9c
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
* configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
* configure: Regenerated.
2009-03-24 Pierre Muller <muller@ics.u-strasbg.fr>
ARI fix: "strerror" rule.

2
gdb/configure vendored
View File

@ -10323,7 +10323,7 @@ echo "$as_me: error: Building GDB with TUI mode is not supported on this host" >
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

View File

@ -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