AGAIN Hugs98 under Linux

Sigbjorn Finne sof@galois.com
Wed, 28 Nov 2001 14:28:34 -0800


> 
>  - 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