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.4 by cebix, 2000-09-25T12:44:30Z vs.
Revision 1.5 by cebix, 2000-09-26T12:41:51Z

# 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(readline, readline)
29   AC_CHECK_LIB(termcap, tputs)
30 + AC_CHECK_LIB(readline, readline)
31  
32   dnl Generate Makefile.
33   AC_OUTPUT([

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines