Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > 9f3b94076f8d5f308f92c57076d7ed0f > files > 1

banshee-community-extensions-2.4.0-7.git20131010.2.mga6.src.rpm

diff -up banshee-community-extensions-2.4.0/build/m4/shamrock/mono.m4.mono4 banshee-community-extensions-2.4.0/build/m4/shamrock/mono.m4
--- banshee-community-extensions-2.4.0/build/m4/shamrock/mono.m4.mono4	2016-01-28 12:06:27.645549735 -0500
+++ banshee-community-extensions-2.4.0/build/m4/shamrock/mono.m4	2016-01-28 12:08:05.333861802 -0500
@@ -15,7 +15,12 @@ AC_DEFUN([SHAMROCK_FIND_MONO_3_0_COMPILE
  	if test "x$DMCS" = "xno"; then
 	   	AC_PATH_PROG(GMCS, gmcs, no)
 		if test "x$GMCS" = "xno"; then
-		   	AC_MSG_ERROR([You need to install a C♯ compiler.'])
+			AC_PATH_PROG(MMCS, mcs, no)
+			if test "x$MMCS" = "xno"; then
+		   		AC_MSG_ERROR([You need to install a C♯ compiler.'])
+			else
+				MCS=$MMCS
+			fi
 		else
 			MCS=$GMCS
 		fi