ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/configure.in
(Generate patch)

Comparing projects/libstatgrab/configure.in (file contents):
Revision 1.9 by tdb, Wed Mar 12 12:39:12 2003 UTC vs.
Revision 1.17 by tdb, Wed Apr 9 20:49:29 2003 UTC

# Line 32 | Line 32 | AC_C_CONST
32   # Checks for library functions
33   AC_FUNC_MALLOC
34   AC_FUNC_REALLOC
35 + AC_CHECK_FUNCS(atoll)
36  
37   # Set things up for different OS's
38   # We define the name of the OS so the code can act accordingly
# Line 50 | Line 51 | solaris2.*)
51          ;;
52   freebsd4.*)
53          AC_DEFINE(FREEBSD, , [Building on FreeBSD 4.x])
54 <        LDFLAGS="$LDFLAGS -lkvm"
54 >        LDFLAGS="$LDFLAGS -lkvm -ldevstat"
55          ;;
56   linux-gnu)
57          AC_DEFINE(LINUX, , [Building on GNU/Linux])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines