Correctly set SemaphoreSlim underlying kernel-based event state when it's changing...
[mono.git] / configure.in
index 8c86d465ff1ebae94ea0b23d20c50f25d2c6108b..e02a12bd944fd843125eccb5d1b48038238f8d8f 100644 (file)
@@ -2252,6 +2252,7 @@ case "$host" in
                ACCESS_UNALIGNED="yes"
                JIT_SUPPORTED=yes
                jit_wanted=true
+               sgen_supported=true
                # Required CFLAGS for s390[x].  USE_STRING_INLINES is automatic with gcc 4.1
                CFLAGS="$CFLAGS -mbackchain -D__USE_STRING_INLINES"
                ;;
@@ -2261,6 +2262,7 @@ case "$host" in
                ACCESS_UNALIGNED="yes"
                JIT_SUPPORTED=yes
                jit_wanted=true
+               sgen_supported=true
                CFLAGS="$CFLAGS -mbackchain -D__USE_STRING_INLINES"
                ;;
 esac
@@ -2483,6 +2485,7 @@ if test "x$mono_debugger_supported" = "xyes"; then
        BOEHM_DEFINES="$BOEHM_DEFINES -DMONO_DEBUGGER_SUPPORTED"
        NESTED_LIBGC_FLAGS="-DMONO_DEBUGGER_SUPPORTED"
 fi
+AM_CONDITIONAL(MONO_DEBUGGER_SUPPORTED, test x$mono_debugger_supported = xyes)
 AC_MSG_RESULT($mono_debugger_supported)
 
 if test "x$with_tls" = "x__thread"; then
@@ -2969,9 +2972,3 @@ echo "
 if test x$with_static_mono = xno -a "x$host_win32" != "xyes"; then
    AC_MSG_WARN(Turning off static Mono is a risk, you might run into unexpected bugs)
 fi
-
-if test x$enable_llvm = xyes; then
-   echo IMPORTANT:
-   echo IMPORTANT: The LLVM Back End is experimental and has known problems.
-   echo IMPORTANT:
-fi