src/allmydata/_auto_deps.py: 'i686' is another way of spelling x86.

This commit is contained in:
david-sarah 2011-07-31 20:40:35 -07:00
parent 52963f4a76
commit 095efbf7a5

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