mirror of
https://github.com/valitydev/image-riak-base.git
synced 2024-11-06 10:15:24 +00:00
12 lines
457 B
Diff
12 lines
457 B
Diff
--- erts/configure.in.bak 2020-02-06 13:29:22.927933000 -0000
|
|
+++ erts/configure.in 2020-02-06 13:29:10.160580000 -0000
|
|
@@ -1339,7 +1339,7 @@
|
|
if test "x$with_termcap" != "xno" &&
|
|
test "X$host" != "Xwin32"; then
|
|
# try these libs
|
|
- termcap_libs="ncurses curses termcap termlib"
|
|
+ termcap_libs="tinfo ncurses curses termcap termlib"
|
|
|
|
for termcap_lib in $termcap_libs; do
|
|
AC_CHECK_LIB($termcap_lib, tgetent, TERMCAP_LIB="-l$termcap_lib")
|