From 7593706af0c32f67a6caa9d4bc772ec3ffb2d4d2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 23 Oct 2014 19:47:22 +0200 Subject: terminal: drop ncurses/terminfo/termcap support It was disabled since the last release, and nobody complained loudly. Further details see commit 4b5c3ea7. --- old-configure | 6 ------ 1 file changed, 6 deletions(-) (limited to 'old-configure') diff --git a/old-configure b/old-configure index fcf35ef5ac..4e617701d5 100755 --- a/old-configure +++ b/old-configure @@ -162,8 +162,6 @@ options_state_machine() { opt_yes_no _gl "OpenGL video output" opt_yes_no _libguess "libguess" - opt_yes_no _terminfo "terminfo database for key codes" no - opt_yes_no _termcap "termcap database for key codes" no opt_yes_no _termios "termios database for key codes" opt_yes_no _iconv "iconv for encoding conversion" opt_yes_no _lirc "LIRC (remote control) support" @@ -533,10 +531,6 @@ test $(defretval) = yes && _soundcard_header=soundcard.h check_statement_libs "sys/videoio.h" auto SYS_VIDEOIO_H sys/videoio.h -check_statement_libs "terminfo" $_terminfo TERMINFO term.h 'setupterm(0, 1, 0)' "-lncurses" "-lncursesw" - -check_statement_libs "termcap" $_termcap TERMCAP term.h 'tgetent(0, 0)' " " "-lncurses" "-ltinfo" "-ltermcap" - _termios_ok=no check_statement_libs "termios.h" $_termios TERMIOS_H termios.h test $(defretval) = yes && _termios_ok=yes && _termios=no -- cgit v1.2.3