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:
authortherzok <marius.ungureanu@xamarin.com>2016-02-17 15:33:17 +0300
committertherzok <marius.ungureanu@xamarin.com>2016-02-17 15:33:46 +0300
commit9588aa8750623f483668843130fe26b7c1ca25fc (patch)
treea3136e9e3db46f9c34662fe04b963648296c1781 /configure
parentafd707c8b845d4479b7b7cb228cb095f41e261e0 (diff)
[Mac] Fix wrong conditional for checking whether we should build 32bit.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9dbfed0636..240e6b090b 100755
--- a/configure
+++ b/configure
@@ -162,7 +162,7 @@ configure_packages ()
enable_tests=" "
fi
- if test `uname` != "Darwin" || xno == x$x64; then
+ if test `uname` != "Darwin" || test xno == x$x64; then
enable_x64=--with-macarch=i386
else
enable_x64=--with-macarch=x86_64