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.60 by tdb, Sun Feb 15 21:18:36 2004 UTC vs.
Revision 1.61 by tdb, Mon Feb 16 14:55:32 2004 UTC

# Line 87 | Line 87 | openbsd*)
87          AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
88          AC_DEFINE(OPENBSD, , [Building on OpenBSD])
89          ;;
90 + dragonfly*)
91 +        AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
92 +        AC_DEFINE(DFBSD, , [Building on DragonFlyBSD])
93 +        AM_CONDITIONAL(SETGIDBINS, true)
94 +        LINKFLAGS="-lkvm -ldevstat"
95 +        ;;
96   linux-gnu)
97          AC_DEFINE(LINUX, , [Building on GNU/Linux])
98          AM_CONDITIONAL(SETUIDBINS, true)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines