* configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 24 Mar 2009 16:54:35 +0000 (16:54 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 24 Mar 2009 16:54:35 +0000 (16:54 +0000)
* configure: Regenerated.

gdb/ChangeLog
gdb/configure
gdb/configure.ac

index bfa43ff..526e72a 100644 (file)
@@ -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.
index 0a6eed4..c765145 100755 (executable)
@@ -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
 
index 6e97ef1..f8d2fd0 100644 (file)
@@ -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