[mono] Disable config dir lookups on netcore (#38818)
authorRyan Lucia <rylucia@microsoft.com>
Mon, 13 Jul 2020 05:39:57 +0000 (01:39 -0400)
committerGitHub <noreply@github.com>
Mon, 13 Jul 2020 05:39:57 +0000 (01:39 -0400)
src/mono/configure.ac

index bab7614..38f76cc 100644 (file)
@@ -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