summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-05-14 18:04:06 +0200
committerNiels Möller <nisse@lysator.liu.se>2002-05-14 18:04:06 +0200
commit98823345ef433e26dc386cafcb6f2bccd3846134 (patch)
treeba7868112752e86e84ad7ab4cbb2408e0eb10023 /configure.ac
parent1b1c44a8219061fbdb5ea91bfd0fe6a9b0138159 (diff)
downloadnettle-98823345ef433e26dc386cafcb6f2bccd3846134.tar.gz
(asm_path): Enable x86 assembler.
Rev: src/nettle/configure.ac:1.6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 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