* configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
* configure: Regenerated.
This commit is contained in:
parent
8f6b092546
commit
bd8a8e1b9c
@ -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
2
gdb/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user