From 874d6d4481d1852d256bc4bdc28ef5a8f344f6c1 Mon Sep 17 00:00:00 2001 From: Ludovic Henry Date: Thu, 23 Feb 2017 18:22:22 -0500 Subject: [PATCH] [hybrid] Enable COM, Remoting and AppDomains runtime support --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 387b6d297ba..c3a0beb8a94 100644 --- a/configure.ac +++ b/configure.ac @@ -882,10 +882,6 @@ elif test x$with_runtime_preset = xhybridaot; then with_testing_aot_hybrid_default=yes TEST_PROFILE=testing_aot_hybrid - mono_feature_disable_com='yes' - mono_feature_disable_remoting='yes' - mono_feature_disable_appdomains='yes' - AOT_BUILD_FLAGS="--aot=hybrid,$INVARIANT_AOT_OPTIONS" AOT_RUN_FLAGS="--hybrid-aot" elif test x$with_runtime_preset = xaot; then -- 2.25.1