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.41 by tdb, Wed Oct 22 14:41:35 2003 UTC vs.
Revision 1.44 by ats, Mon Nov 10 23:25:44 2003 UTC

# Line 71 | Line 71 | freebsd5.*)
71          AM_CONDITIONAL(SETGIDBINS, true)
72          LINKFLAGS="-lkvm -ldevstat"
73          ;;
74 < netbsdelf1.*)
74 > netbsdelf*)
75          AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
76          AC_DEFINE(NETBSD, , [Building on NetBSD])
77          AM_CONDITIONAL(SETGIDBINS, true)
# Line 79 | Line 79 | netbsdelf1.*)
79          ;;
80   linux-gnu)
81          AC_DEFINE(LINUX, , [Building on GNU/Linux])
82 +        ;;
83 + cygwin)
84 +        AC_DEFINE(CYGWIN, , [Building on Cygwin])
85          ;;
86   *)
87          AC_MSG_ERROR([Cannot build on unknown OS: $host_os])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines