From 09094d52b23c037a9ff5308881b06afe708a0438 Mon Sep 17 00:00:00 2001 From: "kairo@kairo.at" Date: Wed, 28 May 2008 11:23:27 -0700 Subject: [PATCH] bug 428683 - red SeaMonkey cygwin tinderbox - make the definition for cygwin match others in configure.in (no influence on default builds or nightlies, which are all MSYS now), r=ted a=beltzner --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f49bf6cff032..ebde50d770f9 100644 --- a/configure.in +++ b/configure.in @@ -2119,7 +2119,7 @@ case "$target" in case "$host_os" in - cygwin*) + cygwin*|msvc*|mks*) AC_MSG_WARN([Using a cygwin build environment is unsupported. Configure cannot check for the presence of necessary headers. Please upgrade to MozillaBuild; see http://developer.mozilla.org/en/docs/Windows_Build_Prerequisites]) ;;