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-09 14:10:36 +0300
committerBernhard Urban <bernhard.urban@xamarin.com>2017-06-14 16:03:21 +0300
commitd720e3368c0810a4c8e3f5b2ad08fcd4d7a00e1a (patch)
tree436c2416c1afcaa511f1cce4af599eeb579a5617 /configure.ac
parent1ebd866eaa1fe68ed4de0fa9b6552010d682bccb (diff)
[configure] move HAVE_ONLINE_VES away from autotools to a header file
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 6ee80da49b6..d0e93384fdd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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