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:
authorAtsushi Eno <atsushieno@gmail.com>2016-02-12 09:16:01 +0300
committerAtsushi Eno <atsushieno@gmail.com>2016-02-12 09:16:01 +0300
commita1919e078fd025919aedff27cfd9f94e9eeddd83 (patch)
treed4b7909e1b4d6f1c98d395d54fb0fadb3e0fdccb /configure
parent6433b4d337a6ec371cfc998e4b0042253a7246d1 (diff)
fix "make run" on non-OSX 64bit platforms.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fa068343d2..9dbfed0636 100755
--- a/configure
+++ b/configure
@@ -162,7 +162,7 @@ configure_packages ()
enable_tests=" "
fi
- if test xno == x$x64; then
+ if test `uname` != "Darwin" || xno == x$x64; then
enable_x64=--with-macarch=i386
else
enable_x64=--with-macarch=x86_64