mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
* configure.ac: Initialize the variable $PREFER_CURSES.
* configure: Regenerated.
This commit is contained in:
parent
bd8a8e1b9c
commit
76a39ba7a1
@ -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
3
gdb/configure
vendored
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user