]> git.pld-linux.org Git - packages/erlang.git/blob - erlang-tinfo.patch
- rel 4; some git fixes
[packages/erlang.git] / erlang-tinfo.patch
1 --- otp_src_R11B-0.org/erts/configure.in        2006-05-11 14:23:38.000000000 +0000
2 +++ otp_src_R11B-0/erts/configure.in    2006-08-24 10:48:31.840545750 +0000
3 @@ -708,7 +708,7 @@
4  
5  if test "X$host" != "Xwin32"; then
6      # try these libs
7 -    termcap_libs="ncurses curses termcap termlib"
8 +    termcap_libs="tinfo ncurses curses termcap termlib"
9  
10      for termcap_lib in $termcap_libs; do
11         AC_CHECK_LIB($termcap_lib, tgetent, TERMCAP_LIB="-l$termcap_lib")
This page took 0.059132 seconds and 3 git commands to generate.