> > - in src/unix/configure.in, change the ncurses test to say > > AC_CHECK_LIB(ncurses,tputs,TERMCAP="-lncurses",,) > > instead of > > AC_CHECK_LIB(ncurses,tputs,TERMCAP="-lncurses",,) >
Urk, cut-and-paste error. The line to replace should of course be
AC_CHECK_LIB(ncurses,main,TERMCAP="-lncurses",,)
--sigbjorn
_______________________________________________
Hugs-Bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/hugs-bugs
