Browse code

configure: report yasm/nasm presence properly

If the secondary assembler is in use report the proper name

Luca Barbato authored on 2011/05/27 03:03:37
Showing 1 changed files
... ...
@@ -3103,7 +3103,7 @@ fi
3103 3103
 echo "big-endian                ${bigendian-no}"
3104 3104
 echo "runtime cpu detection     ${runtime_cpudetect-no}"
3105 3105
 if enabled x86; then
3106
-    echo "yasm                      ${yasm-no}"
3106
+    echo "${yasmexe}                      ${yasm-no}"
3107 3107
     echo "MMX enabled               ${mmx-no}"
3108 3108
     echo "MMX2 enabled              ${mmx2-no}"
3109 3109
     echo "3DNow! enabled            ${amd3dnow-no}"