]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Use camellia-crypt-internal.asm, if available.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 25 Jul 2010 18:28:23 +0000 (20:28 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 25 Jul 2010 18:28:23 +0000 (20:28 +0200)
Rev: nettle/configure.ac:1.20

configure.ac

index e4c51e2581f3ca415c6527abd6be613c5bf7cef3..4497b8c873dfd8cf8778cc300e6d4e3364b7d4fc 100644 (file)
@@ -212,7 +212,8 @@ if test "x$enable_assembler" = xyes ; then
     AC_MSG_NOTICE([Looking for assembler files in $asm_path/.])
     found=no
     for tmp_f in aes-encrypt-internal.asm aes-decrypt-internal.asm \
-                arcfour-crypt.asm md5-compress.asm sha1-compress.asm machine.m4; do
+                arcfour-crypt.asm camellia-crypt-internal.asm \
+                md5-compress.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