summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2011-08-10 06:37:59 -0600
committerAndras Timar <atimar@suse.com>2012-10-13 12:24:52 +0200
commitb3fef69f7047238f96b91ccc8c4ad0a1f34b9bb3 (patch)
tree4bfe453191d3a8709fa17bb44fd4f19088d39b57 /configure.in
parent263e82d49d374fd550dfbdeb30f2596569367a9a (diff)
[mono] Make cli_ure build on windows again
Change-Id: I4b79502121f9cb1577214a2c22ffa20bb599e419
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index cb45b778fcf4..7f144130a5ed 100644
--- a/configure.in
+++ b/configure.in
@@ -4211,7 +4211,8 @@ if test "$build_os" = "cygwin" ; then
PathFormat "$CSC_PATH"
CSC_PATH="$formatted_path"
-
+
+ x_Mono=[\#]
fi
if test "$_os" = "Linux"; then
@@ -4244,6 +4245,7 @@ if test "$_os" = "Linux"; then
"`echo $MCS_VERSION | cut -d"." -f3`" -ge "8"; then
ENABLE_MONO=YES
CSC=$MCS
+ x_Mono=
AC_PATH_PROG(GMCS, gmcs, no)
AC_PATH_PROG(MKBUNDLE2, mkbundle2, no)
AC_PATH_PROG(MKBUNDLE, mkbundle, no)
@@ -4283,6 +4285,7 @@ if test "$_os" = "Linux"; then
MONO_GAC_ROOT=$with_mono_gac_root
fi
fi
+AC_SUBST(x_Mono)
AC_SUBST(CSC_PATH)
AC_SUBST(CSC)
AC_SUBST(AL)