* configure.ac: Initialize the variable $PREFER_CURSES.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 24 Mar 2009 17:01:34 +0000 (17:01 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 24 Mar 2009 17:01:34 +0000 (17:01 +0000)
* configure: Regenerated.

gdb/ChangeLog
gdb/configure
gdb/configure.ac

index 526e72a..a88bc6b 100644 (file)
@@ -1,5 +1,10 @@
 2009-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
+       * configure.ac: Initialize the variable $PREFER_CURSES.
+       * configure: Regenerated.
+
+2009-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
        * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
        * configure: Regenerated.
 
index c765145..e0bf786 100755 (executable)
@@ -8125,8 +8125,9 @@ if test "${with_curses+set}" = set; then
   opt_curses=$withval
 fi;
 
+prefer_curses=no
 if test "$opt_curses" = "yes"; then
-       prefer_curses=yes
+  prefer_curses=yes
 fi
 
 # Profiling support.
index f8d2fd0..e8102a9 100644 (file)
@@ -334,8 +334,9 @@ fi
 opt_curses=no
 AC_ARG_WITH(curses, AC_HELP_STRING([--with-curses], [use the curses library instead of the termcap library]), opt_curses=$withval)
 
+prefer_curses=no
 if test "$opt_curses" = "yes"; then
-       prefer_curses=yes
+  prefer_curses=yes
 fi
 
 # Profiling support.