Updated compiler check error message.
authorMarek Safar <marek.safar@gmail.com>
Mon, 25 Jan 2010 14:04:15 +0000 (14:04 -0000)
committerMarek Safar <marek.safar@gmail.com>
Mon, 25 Jan 2010 14:04:15 +0000 (14:04 -0000)
svn path=/trunk/mcs/; revision=150131

mcs/build/profiles/basic.make

index da9256a7480661df88613d3f9555e2d8ac039f25..c20e453ed9cbcaa38b4500a790375e5377130e04 100644 (file)
@@ -64,7 +64,7 @@ do-profile-check: $(depsdir)/.stamp
                $(MAKE) -s do-profile-check-monolite ; \
            else \
                echo "*** The compiler '$(BOOTSTRAP_MCS)' doesn't appear to be usable." 1>&2; \
-                echo "*** You need a C# compiler version 2.0 or better installed to build MCS" 1>&2 ; \
+                echo "*** You need Mono version 2.4 or better installed to build MCS" 1>&2 ; \
                 echo "*** Read INSTALL.txt for information on how to bootstrap a Mono installation." 1>&2 ; \
                exit 1; fi; fi