forked from Imagelibrary/binutils-gdb
* configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
* configure: Regenerated.
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user