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.97 by tdb, Mon Mar 17 08:50:33 2008 UTC vs.
Revision 1.99 by tdb, Sat Feb 20 17:55:03 2010 UTC

# Line 8 | Line 8
8   # Change these to change the package name and version
9   AC_INIT(libstatgrab, 0.17, bugs@i-scream.org)
10   AM_INIT_AUTOMAKE(libstatgrab, 0.17)
11 AM_MAINTAINER_MODE
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 51 | Line 50 | AC_CHECK_MEMBER(struct statvfs.f_fstypename,
50                  [AC_DEFINE(HAVE_STATVFS, , [NetBSD 2.0 statvfs])],
51                  [],
52                  [#include <sys/statvfs.h>])
53 +
54 + # FreeBSD 9 (and others) uses utmpx rather than utmp
55 + AC_CHECK_MEMBER(struct utmpx.ut_type,
56 +                [AC_DEFINE(HAVE_UTMPX, , [utmpx])],
57 +                [],
58 +                [#include <utmpx.h>])
59  
60   # Check for sys/loadavg.h
61   AC_CHECK_HEADERS([sys/loadavg.h])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines