From bf873d123c51fe036b1abdc1db6549e2c07d23e3 Mon Sep 17 00:00:00 2001
From: Andreas Mohr <and@gmx.li>
Date: Sun, 10 Apr 2016 15:49:04 +0000
Subject: [PATCH] Remove undocumented ncursesw flag
ncurses and ncursesw selection by --with-screen=ncurses only
Signed-off-by: Andreas Mohr <and@gmx.li>
---
m4.include/mc-with-screen.m4 | 3 ---
1 file changed, 3 deletions(-)
diff --git a/m4.include/mc-with-screen.m4 b/m4.include/mc-with-screen.m4
index dff4bfb..1f8f1ab 100644
a
|
b
|
AC_DEFUN([mc_WITH_SCREEN], [ |
18 | 18 | xncurses) |
19 | 19 | mc_WITH_NCURSES |
20 | 20 | ;; |
21 | | xncursesw) |
22 | | mc_WITH_NCURSESW |
23 | | ;; |
24 | 21 | *) |
25 | 22 | AC_MSG_ERROR([Value of the screen library is incorrect]) |
26 | 23 | ;; |