]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
src/allmydata/_auto_deps.py: 'i686' is another way of spelling x86.
authordavid-sarah <david-sarah@jacaranda.org>
Mon, 1 Aug 2011 03:40:35 +0000 (20:40 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Mon, 1 Aug 2011 03:40:35 +0000 (20:40 -0700)
src/allmydata/_auto_deps.py

index f2e29d30daa74c0e91f0a13fd7db6908a55d6e7d..36e20bf1c4f9b6510521165a51e41dbd47915e0e 100644 (file)
@@ -75,7 +75,7 @@ package_imports = [
 def require_more():
     import platform, sys
 
-    if platform.machine().lower() in ['i386', 'x86_64', 'amd64', 'x86', '']:
+    if platform.machine().lower() in ['i386', 'x86', 'i686', 'x86_64', 'amd64', '']:
         # pycryptopp v0.5.20 fixes bugs in SHA-256 and AES on x86 or amd64
         # (from Crypto++ revisions 470, 471, 480, 492).  The '' is there
         # in case platform.machine is broken and this is actually an x86