Updated.
[mono.git] / configure.in
index 64a6e92ac8cf1240ded2e503e5ddf321a3d16fbe..7e46b00fa815336bc30c324b11ac285af62ac42d 100644 (file)
@@ -2014,10 +2014,14 @@ echo "
        $disabled
 
 "
-if test x$with_static_mono = xno; then
+if test x$with_static_mono = xno -a "x$platform_win32" != "xyes"; then
    AC_MSG_WARN(Turning off static Mono is a risk, you might run into unexepcted bugs)
 fi
 
+if test x$have_zlib = xno; then
+   AC_MSG_WARN(ZLib devel files not available, compression file support in 2.0 won't work.)
+fi
+
 if test x$gc = xsgen; then
         echo IMPORTANT:
        echo IMPORTANT: You have selected an experimental, work-in-progress