diff options
author | Jack Lloyd <[email protected]> | 2018-10-26 14:58:55 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-10-26 14:58:55 -0400 |
commit | 9fc0ad1e4ecc3725ee654ea51c9ee6bfae1537f8 (patch) | |
tree | 6820dafc2e6385a53f3fb8bb77d750488ae4b84f /configure.py | |
parent | b30a4f188b4442aafe8387929466487892d1ae46 (diff) |
Rename --disable-sha to --disable-sha-ni
Which should hopefully be less confusing, and optparse will accept
the truncated version so no compat problem. GH #1718
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 797514063..33a4d798c 100755 --- a/configure.py +++ b/configure.py @@ -337,7 +337,7 @@ def process_command_line(args): # pylint: disable=too-many-locals,too-many-state isa_extensions = [ 'SSE2', 'SSSE3', 'SSE4.1', 'SSE4.2', 'AVX2', - 'AES-NI', 'SHA', + 'AES-NI', 'SHA-NI', 'AltiVec', 'NEON', 'ARMv8Crypto'] for isa_extn_name in isa_extensions: |