Ticket #3628: mc-3628-01-remove-undocumented-ncursesw-flag.patch

File mc-3628-01-remove-undocumented-ncursesw-flag.patch, 783 bytes (added by and, 8 years ago)
  • m4.include/mc-with-screen.m4

    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], [ 
    1818    xncurses) 
    1919        mc_WITH_NCURSES 
    2020        ;; 
    21     xncursesw) 
    22         mc_WITH_NCURSESW 
    23         ;; 
    2421    *) 
    2522        AC_MSG_ERROR([Value of the screen library is incorrect]) 
    2623        ;;