]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Use assembler file sha1-compress.asm if available.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 6 Feb 2004 12:11:57 +0000 (13:11 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 6 Feb 2004 12:11:57 +0000 (13:11 +0100)
Rev: src/nettle/configure.ac:1.30

configure.ac

index 3a87e64c3f144e02a2c2c0ae91f315a30c2be47a..1e7d0cc92bc403d4269f6bc193daee68a82f76ec 100644 (file)
@@ -75,7 +75,7 @@ if test "x$enable_assembler" = xyes ; then
     AC_MSG_NOTICE([Looking for assembler files in $asm_path/.])
     found=no
     for tmp_f in aes.asm aes-encrypt.asm aes-decrypt.asm \
-                arcfour-crypt.asm machine.m4; do
+                arcfour-crypt.asm sha1-compress.asm machine.m4; do
 #       echo "Looking for $srcdir/$asm_path/$tmp_f"
       if test -f "$srcdir/$asm_path/$tmp_f"; then
 #        echo found