summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dc174d9ea..348a14c4b 100755
--- a/configure
+++ b/configure
@@ -712,7 +712,7 @@ is_host() {
# detect host architecture
os_arch=`uname -m | tr '[A-Z]' '[a-z]'`
-if test_eq "${os_arch}" "i686" "i86pc"; then
+if test_eq "${os_arch}" "i686" || test_eq "${os_arch}" "i86pc"; then
os_arch="i386"
elif test_eq "${os_arch}" "amd64"; then
os_arch="x86_64"