Ticket #3628: ncurses vs ncursesw.

Remove undocumented ncursesw flag.
ncurses and ncursesw selection by --with-screen=ncurses only.

Signed-off-by: Andreas Mohr <and@gmx.li>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andreas Mohr 2016-04-10 15:49:04 +00:00 committed by Andrew Borodin
parent 4f678076b0
commit 8d62147883

View File

@ -18,9 +18,6 @@ AC_DEFUN([mc_WITH_SCREEN], [
xncurses)
mc_WITH_NCURSES
;;
xncursesw)
mc_WITH_NCURSESW
;;
*)
AC_MSG_ERROR([Value of the screen library is incorrect])
;;