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:
authorAleksey Kliger (λgeek) <alklig@microsoft.com>2019-06-26 18:10:03 +0300
committerGitHub <noreply@github.com>2019-06-26 18:10:03 +0300
commit927c608184b86b6c03958ba9aecec02340cd0661 (patch)
tree5c7b77d7a76c097f9818068a32d49e36d43526a6 /configure.ac
parentcad60fce03f1014f0a6b7794d8ca9e28afcc78aa (diff)
[sdks] dynamically link libmonosgen to mono-sgen for monodroid host builds (#15410)
* [configure] Cosmetic AC_MSG_WARN fix * [runtime] Mark mono_file_map_error as MONO_API, always Fixed the `--with-static_mono=no` build on non-Win32 * [sdks] dynamically link libmonosgen to mono-sgen for monodroid host builds
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8725e296f42..4155adadbfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6948,5 +6948,5 @@ echo "
$disabled
"
if test x$with_static_mono = xno -a "x$host_win32" != "xyes"; then
- AC_MSG_WARN(Turning off static Mono is a risk, you might run into unexpected bugs)
+ AC_MSG_WARN([Turning off static Mono is a risk, you might run into unexpected bugs])
fi