Skip to content

Commit 0fd6f2a

Browse files
committed
build: not default to x64_asm. only use the asm if explicitly requested
1 parent 6a08497 commit 0fd6f2a

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
@@ -272,10 +272,6 @@ else
272272
fi
273273

274274
if test x"$req_asm" = x"auto"; then
275-
SECP_X86_64_ASM_CHECK
276-
if test x"$has_x86_64_asm" = x"yes"; then
277-
set_asm=x86_64
278-
fi
279275
if test x"$set_asm" = x; then
280276
set_asm=no
281277
fi

0 commit comments

Comments
 (0)