[hybrid] Enable COM, Remoting and AppDomains runtime support
authorLudovic Henry <ludovic@xamarin.com>
Thu, 23 Feb 2017 23:22:22 +0000 (18:22 -0500)
committerLudovic Henry <ludovic@xamarin.com>
Fri, 24 Feb 2017 13:02:39 +0000 (08:02 -0500)
configure.ac

index 387b6d297ba5a3c1834e439291b5bf1276538ea0..c3a0beb8a9446d9cb2c5bdd634739a1f9e1cb0db 100644 (file)
@@ -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