diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-03-24 17:01:34 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-03-24 17:01:34 +0000 |
commit | 76a39ba7a1ba8d1ed51482ac5fb0091c98e02c2f (patch) | |
tree | e46073fb1b1295b7f8b31dfc45c00f30a66889d0 /gdb/configure.ac | |
parent | bd8a8e1b9c78376a86a015ac071042c4d52cb9e8 (diff) | |
download | gdb-76a39ba7a1ba8d1ed51482ac5fb0091c98e02c2f.zip gdb-76a39ba7a1ba8d1ed51482ac5fb0091c98e02c2f.tar.gz gdb-76a39ba7a1ba8d1ed51482ac5fb0091c98e02c2f.tar.bz2 |
* configure.ac: Initialize the variable $PREFER_CURSES.
* configure: Regenerated.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index f8d2fd0..e8102a9 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -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. |