From: Ryan Lucia Date: Mon, 13 Jul 2020 05:39:57 +0000 (-0400) Subject: [mono] Disable config dir lookups on netcore (#38818) X-Git-Tag: submit/tizen/20210909.063632~6762 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57d371e6ec136677c4293c6a1935bad56ea6b1e3;p=platform%2Fupstream%2Fdotnet%2Fruntime.git [mono] Disable config dir lookups on netcore (#38818) --- diff --git a/src/mono/configure.ac b/src/mono/configure.ac index bab7614..38f76cc 100644 --- a/src/mono/configure.ac +++ b/src/mono/configure.ac @@ -1409,6 +1409,7 @@ if test x$with_runtime_preset = xnetcore; then mono_feature_disable_gac='yes' mono_feature_disable_perfcounters='yes' mono_feature_disable_attach='yes' + mono_feature_disable_cfgdir_config='yes' if test "x$enable_monodroid" = "x" -a "x$enable_monotouch" = "x"; then mono_feature_disable_dllmap='yes' # FIXME: the mobile products use this fi