Displaying 1 result from an estimated 1 matches for "enable_mingw".
2004 Aug 06
1
some portability fixes ...
...security fixes. these patches are
applied directly to icecast-1.3.11.tar.gz source distribution (which
oddly doesn't include win32config.h, just grab it from CVS).
liulk
39a40
> AC_ARG_ENABLE(mingw, [ --enable-mingw compile icecast under cygwin using mingw libraries [default=yes]], , enable_mingw=yes)
109a111,123
> AC_CYGWIN
>
> if test "$CYGWIN" = "no" && test "$enable_mingw" = "yes"; then
> echo "Dude, you're not using cygwin systems. Don't mess around with mingw."
> elif test "$CYGWIN" = "ye...