Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan@xamarin.com>2013-03-03 17:50:49 +0400
committerAlan McGovern <alan@xamarin.com>2013-03-03 17:50:49 +0400
commit769f0e756fbf31fa0813becb7fa8a11f7d0e0b94 (patch)
treef642bd11a34184425aaa6d87657a889d1268cd00 /configure
parentbae6593cb50f1fc65a95499110efe6c4aff109c1 (diff)
[build] Detect macos with uname, not build profile
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 98f5fd54c1..b2638e77d6 100755
--- a/configure
+++ b/configure
@@ -134,7 +134,7 @@ select_packages ()
handle_config_error ()
{
- if test "$profile" = "mac"; then
+ if test `uname` = "Darwin"; then
echo ""
echo "Have you followed http://monodevelop.com/Developers/Mac_Support/Building_MonoDevelop_on_OS_X ?"
echo ""