X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=configure.in;h=7e46b00fa815336bc30c324b11ac285af62ac42d;hb=33d1d35b89a3e6afba8a8e2f61364b0b0bde98ce;hp=64a6e92ac8cf1240ded2e503e5ddf321a3d16fbe;hpb=ee5ea42aae99094d90b34cf51f9d1c8225af7a22;p=mono.git diff --git a/configure.in b/configure.in index 64a6e92ac8c..7e46b00fa81 100644 --- a/configure.in +++ b/configure.in @@ -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