* configure.ac: Initialize the variable $PREFER_CURSES.

* configure: Regenerated.
This commit is contained in:
Jan Kratochvil 2009-03-24 17:01:34 +00:00
parent bd8a8e1b9c
commit 76a39ba7a1
3 changed files with 9 additions and 2 deletions

View 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.

3
gdb/configure vendored
View File

@ -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.

View 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.