2006-09-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / configure.in
index 4d48aa481ab53b4548548d59bd0139ef590894d9..b2465ef2bd668531ab14f4ba1cff47445ed19b8d 100644 (file)
@@ -1565,6 +1565,7 @@ case "$host" in
                JIT_SUPPORTED=yes
                jit_wanted=true
                arch_target=alpha;
+               CFLAGS="$CFLAGS -mieee"
                case $host_os in
                  linux*)
                        LIBC="libc.so.6.1"
@@ -2020,6 +2021,10 @@ echo "
        $disabled
 
 "
+if test x$with_static_mono = xno; then
+   AC_MSG_WARN(Turning off static Mono is a risk, you might run into unexepcted bugs)
+fi
+
 if test x$gc = xsgen; then
         echo IMPORTANT:
        echo IMPORTANT: You have selected an experimental, work-in-progress