Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita4ea68d

Browse files
committed
configure.ac: warn if not using Mono >= 2.11.5
This version of mono is the first one which has the necessary fixesto make xbuild work with F#, so let's warn the user just in case sheneeds this functionality.The commit in question is:mono/mono@cca3cb1
1 parent46179e5 commita4ea68d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎configure.ac‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ fi
1414

1515
PKG_CHECK_MODULES([MONO],[mono >= 2.9])
1616

17+
PKG_CHECK_MODULES([MONO_2_12],
18+
[mono >= 2.11.5], HAVE_MONO_2_12_OR_HIGHER=yes, HAVE_MONO_2_12_OR_HIGHER=no)
19+
20+
if test "x$HAVE_MONO_2_12_OR_HIGHER" = "xno" ; then
21+
AC_MSG_WARN([Mono 2.11.5 or higher is recommended, for better MSBuild (xbuild) compatibility])
22+
fi
1723

1824
# Checks for libraries.
1925

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp