From ab15a9301f40aa9ac60a21234cf3337b9d3fcb14 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sun, 19 Nov 2017 20:48:15 +0100 Subject: [PATCH] ncurses -> tinfo --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index b08a27808..eb237f5cc 100644 --- a/configure.in +++ b/configure.in @@ -478,7 +478,7 @@ EL_CONFIG_OPTIONAL_LIBRARY(CONFIG_GPM, gpm, gpm.h, gpm, Gpm_Open, [ --without-gpm disable gpm (mouse) support]) -EL_CONFIG_OPTIONAL_LIBRARY(CONFIG_TERMINFO, terminfo, term.h, ncurses, setupterm, +EL_CONFIG_OPTIONAL_LIBRARY(CONFIG_TERMINFO, terminfo, term.h, tinfo, setupterm, [ --with-terminfo enable terminfo support]) # ELinks calls deflateInit2 with windowBits = MAX_WBITS | 32, to