]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Link in memxor.asm, if found.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 30 Sep 2010 15:09:52 +0000 (17:09 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 30 Sep 2010 15:09:52 +0000 (17:09 +0200)
Rev: nettle/configure.ac:1.27

configure.ac

index 1002a534b918b0cfb79598134411dc7aa9b226f0..5cf194d10e9e9f1921b5bb3d9c2313f02e9f0be1 100644 (file)
@@ -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