Skip to content

Commit 33026ed

Browse files
committed
build: not default to x64_asm. only use the asm if explicitly requested
1 parent 6e8697c commit 33026ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

configure.ac

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,6 @@ else
268268
fi
269269

270270
if test x"$req_asm" = x"auto"; then
271-
SECP_X86_64_ASM_CHECK
272-
if test x"$has_x86_64_asm" = x"yes"; then
273-
set_asm=x86_64
274-
fi
275271
if test x"$set_asm" = x; then
276272
set_asm=no
277273
fi

0 commit comments

Comments
 (0)