[configure] move HAVE_ONLINE_VES away from autotools to a header file
[mono.git] / configure.ac
index 6ee80da49b6c8eeab839abbda70da17c51212eb0..d0e93384fddb6e095b2508cd85fc6efa6120eb5d 100644 (file)
@@ -3534,12 +3534,6 @@ fi
 
 AM_CONDITIONAL(ENABLE_INTERPRETER, [test x$enable_interpreter = xyes])
 
-if test "x$enable_interpreter" = "xyes" || test "x$mono_feature_disable_jit" != "xyes"; then
-       AC_DEFINE(HAVE_ONLINE_VES, 1, [Some VES is available at runtime])
-fi
-
-AM_CONDITIONAL(HAVE_ONLINE_VES, [test x$enable_interpreter = xyes] || [test x$mono_feature_disable_jit != xyes])
-
 dnl 
 dnl Simple Generational checks (sgen)
 dnl