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.42 by tdb, Fri Oct 24 13:17:08 2003 UTC vs.
Revision 1.43 by tdb, Mon Nov 10 21:07:04 2003 UTC

# Line 80 | Line 80 | netbsdelf*)
80   linux-gnu)
81          AC_DEFINE(LINUX, , [Building on GNU/Linux])
82          ;;
83 + cygwin)
84 +        AC_DEFINE(LINUX, , [Building on GNU/Linux])
85 +        AC_DEFINE(CYGWIN, , [Building on Cygwin])
86 +        ;;
87   *)
88          AC_MSG_ERROR([Cannot build on unknown OS: $host_os])
89          ;;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines