diff options
author | wm4 <wm4@nowhere> | 2014-10-23 19:47:22 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-10-23 19:48:42 +0200 |
commit | 7593706af0c32f67a6caa9d4bc772ec3ffb2d4d2 (patch) | |
tree | f7ded14635004147511c15157049ab022219c862 /old-configure | |
parent | a037f7b4647c07d9f33bc849fd6f0ae3e3422754 (diff) |
terminal: drop ncurses/terminfo/termcap support
It was disabled since the last release, and nobody complained loudly.
Further details see commit 4b5c3ea7.
Diffstat (limited to 'old-configure')
-rwxr-xr-x | old-configure | 6 |
1 files changed, 0 insertions, 6 deletions
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 |