diff --git a/configure.ac b/configure.ac
index e4c51e2581f3ca415c6527abd6be613c5bf7cef3..4497b8c873dfd8cf8778cc300e6d4e3364b7d4fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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