From 98823345ef433e26dc386cafcb6f2bccd3846134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 14 May 2002 18:04:06 +0200 Subject: [PATCH] (asm_path): Enable x86 assembler. Rev: src/nettle/configure.ac:1.6 --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4f35c72b..a99b2fa1 100644 --- a/configure.ac +++ b/configure.ac @@ -55,8 +55,7 @@ fi asm_path= case "$host" in [i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-*]) - # Disable x86 assembler until tested properly - # asm_path=x86 + asm_path=x86 ;; *sparc*-*-*) asm_path=sparc -- GitLab