From 9fc0ad1e4ecc3725ee654ea51c9ee6bfae1537f8 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Fri, 26 Oct 2018 14:58:55 -0400 Subject: 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 --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.py') 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: -- cgit v1.2.3