* 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 526e72aa913d05a5e539d5ef18436daf5664b690..a88bc6b7d7654b1c7ae9c6c1c63246dda6a022c9 100644 (file)
@@ -1,3 +1,8 @@
+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.
index c76514538590ed3221f5faa9c38671d1c779424b..e0bf7866ffd27f09c0ca6590178a8e804ff17df3 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 f8d2fd0f76213d5b50fa6755bcb93f5cd24817d7..e8102a934f1b60b3fc2bb5344f7f811d942cbbb3 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.