* 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

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