diff options
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 |