From: Niels Möller Date: Fri, 14 Oct 2005 21:56:37 +0000 (+0200) Subject: * configure.ac: When looking for assembler files, link in X-Git-Tag: nettle_1.14_release_20051205~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d41b7a5dbcfba3ae66e281e62095957c4efc4db;p=thirdparty%2Fnettle.git * configure.ac: When looking for assembler files, link in aes-encrypt-internal.asm and aes-decrypt-internal.asm. Don't look for aes.asm, aes-encrypt.asm and aes-decrypt.asm. Rev: src/nettle/configure.ac:1.65 --- diff --git a/configure.ac b/configure.ac index 039f64fc..8359b4d8 100644 --- a/configure.ac +++ b/configure.ac @@ -127,7 +127,7 @@ if test "x$enable_assembler" = xyes ; then if test -n "$asm_path"; 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 \ + for tmp_f in aes-encrypt-internal.asm aes-decrypt-internal.asm \ arcfour-crypt.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