diff --git a/configure b/configure
index 33467110215bf28ecf6c9dc09ef113c127982eb8..c099def04ae6be78bfb1b169371ef46103bc82f2 100755
--- a/configure
+++ b/configure
@@ -1952,6 +1952,7 @@ if test "$build_suffix" != ""; then
 fi
 echo "big-endian                ${bigendian-no}"
 if test $arch = "x86_32" -o $arch = "x86_64"; then
+    echo "yasm                      ${yasm-no}"
     echo "MMX enabled               ${mmx-no}"
     echo "CMOV enabled              ${cmov-no}"
     echo "CMOV is fast              ${fast_cmov-no}"