diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-03-24 16:54:35 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-03-24 16:54:35 +0000 |
commit | bd8a8e1b9c78376a86a015ac071042c4d52cb9e8 (patch) | |
tree | a7095fc2d11e81725d2d30391151e990a2b9e19f /gdb/configure | |
parent | 8f6b092546922043fb2fa279a8f951b719bcda31 (diff) | |
download | gdb-bd8a8e1b9c78376a86a015ac071042c4d52cb9e8.zip gdb-bd8a8e1b9c78376a86a015ac071042c4d52cb9e8.tar.gz gdb-bd8a8e1b9c78376a86a015ac071042c4d52cb9e8.tar.bz2 |
* configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
* configure: Regenerated.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 0a6eed4..c765145 100755 --- a/gdb/configure +++ b/gdb/configure @@ -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 |