From: Niels Möller Date: Thu, 30 Sep 2010 15:09:52 +0000 (+0200) Subject: Link in memxor.asm, if found. X-Git-Tag: nettle_2.2_release_20110711~233 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6476a035e0af612a7ef6fbc9564c0fbabd5a1237;p=thirdparty%2Fnettle.git Link in memxor.asm, if found. Rev: nettle/configure.ac:1.27 --- diff --git a/configure.ac b/configure.ac index 1002a534..5cf194d1 100644 --- a/configure.ac +++ b/configure.ac @@ -213,7 +213,7 @@ if test "x$enable_assembler" = xyes ; then found=no for tmp_f in aes-encrypt-internal.asm aes-decrypt-internal.asm \ arcfour-crypt.asm camellia-crypt-internal.asm \ - md5-compress.asm sha1-compress.asm machine.m4; do + md5-compress.asm memxor.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