ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/configure.in
(Generate patch)

Comparing mon/configure.in (file contents):
Revision 1.7 by cebix, 2000-10-15T15:07:10Z vs.
Revision 1.8 by gbeauche, 2002-03-18T13:43:59Z

# Line 26 | Line 26 | AC_CHECK_SIZEOF(int, 4)
26   AC_CHECK_SIZEOF(long, 4)
27  
28   dnl Checks for libraries.
29 < AC_CHECK_LIB(termcap, tputs)
29 > AC_CHECK_LIB(ncurses, tgetent, ,
30 >  AC_CHECK_LIB(termcap, tgetent, ,
31 >    AC_CHECK_LIB(termlib, tgetent, ,
32 >      AC_CHECK_LIB(terminfo, tgetent, ,
33 >        AC_CHECK_LIB(Hcurses, tgetent, ,
34 >          AC_CHECK_LIB(curses, tgetent))))))
35   AC_CHECK_LIB(readline, readline)
36  
37   dnl Generate Makefile.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines