Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Urban <bernhard.urban@xamarin.com>2017-06-07 19:24:16 +0300
committerBernhard Urban <bernhard.urban@xamarin.com>2017-06-08 00:27:44 +0300
commit51125153e55aefe88d65591f393ecb01739e507b (patch)
treefb4bcf55a8b4f2f6973dda82a8cc2d63a0c56ff1 /configure.ac
parentd4f922abceac8ccb1f452f9b1643d0009ac1b192 (diff)
[configure] introduce HAVE_ONLINE_VES
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e2b3f815317..6ee80da49b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3534,6 +3534,11 @@ 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)