* configure: Regenerated.
+2009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
+ * configure: Regenerated.
+
2009-03-24 Pierre Muller <muller@ics.u-strasbg.fr>
ARI fix: "strerror" rule.
esac
# For the TUI, we need enhanced curses functionality.
-if test x"$enable_tui" = xyes; then
+if test x"$enable_tui" != xno; then
prefer_curses=yes
fi
esac
# For the TUI, we need enhanced curses functionality.
-if test x"$enable_tui" = xyes; then
+if test x"$enable_tui" != xno; then
prefer_curses=yes
fi