From: Jan Kratochvil Date: Tue, 24 Mar 2009 16:54:35 +0000 (+0000) Subject: * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd8a8e1b9c78376a86a015ac071042c4d52cb9e8;p=binutils-gdb.git * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI. * configure: Regenerated. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bfa43ff0f40..526e72aa913 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-03-24 Jan Kratochvil + + * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI. + * configure: Regenerated. + 2009-03-24 Pierre Muller ARI fix: "strerror" rule. diff --git a/gdb/configure b/gdb/configure index 0a6eed4e912..c7651453859 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 diff --git a/gdb/configure.ac b/gdb/configure.ac index 6e97ef1e416..f8d2fd0f762 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -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