]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(asm_path): Enable x86 assembler.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 14 May 2002 16:04:06 +0000 (18:04 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 14 May 2002 16:04:06 +0000 (18:04 +0200)
Rev: src/nettle/configure.ac:1.6

configure.ac

index 4f35c72b71c64fbd5c1be26c2060d5e22db1ccf5..a99b2fa160e14e0d92957876bff4c886cee14804 100644 (file)
@@ -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