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:
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