aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac3
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.