From 33026edc9c4c60624ca52446558a38ea9411a9bb Mon Sep 17 00:00:00 2001 From: Joel Date: Wed, 21 Jun 2023 10:34:17 -0400 Subject: [PATCH] build: not default to x64_asm. only use the asm if explicitly requested --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index fe3ef90f20..3606c8195e 100644 --- a/configure.ac +++ b/configure.ac @@ -268,10 +268,6 @@ else fi if test x"$req_asm" = x"auto"; then - SECP_X86_64_ASM_CHECK - if test x"$has_x86_64_asm" = x"yes"; then - set_asm=x86_64 - fi if test x"$set_asm" = x; then set_asm=no fi