* configure: Regenerated.
+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.
opt_curses=$withval
fi;
+prefer_curses=no
if test "$opt_curses" = "yes"; then
- prefer_curses=yes
+ prefer_curses=yes
fi
# Profiling support.
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.