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

Comparing projects/cms/source/ihost/configure.in (file contents):
Revision 1.33 by tdb, Mon May 31 13:53:40 2004 UTC vs.
Revision 1.34 by tdb, Sat Sep 24 13:30:40 2005 UTC

# Line 100 | Line 100 | linux-gnu)
100   cygwin)
101          AC_MSG_ERROR([libstatgrab doesn't fully support cygwin, yet])
102          ;;
103 + mingw32)
104 +        AC_CHECK_LIB(ukcprog, fpgetline,[:],[AC_MSG_ERROR([need libukcprog])])
105 +        AC_DEFINE(MINGW, , [Building on MinGW])
106 +        AC_DEFINE(WINVER, 0x0500, [Building for Windows 2000])
107 +        LIBS="$LIBS -lstatgrab -lukcprog -lws2_32 -lpdh -lIphlpapi -lpsapi -lnetapi32"
108 +        ;;
109   *)
110          AC_MSG_ERROR([Cannot build on unknown OS: $host_os])
111          ;;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines