OSDN Git Service

configure: report yasm/nasm presence properly
authorLuca Barbato <lu_zero@gentoo.org>
Thu, 26 May 2011 18:03:37 +0000 (20:03 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Fri, 27 May 2011 07:42:14 +0000 (09:42 +0200)
If the secondary assembler is in use report the proper name

configure

index d3e8764..4916bad 100755 (executable)
--- a/configure
+++ b/configure
@@ -3103,7 +3103,7 @@ fi
 echo "big-endian                ${bigendian-no}"
 echo "runtime cpu detection     ${runtime_cpudetect-no}"
 if enabled x86; then
-    echo "yasm                      ${yasm-no}"
+    echo "${yasmexe}                      ${yasm-no}"
     echo "MMX enabled               ${mmx-no}"
     echo "MMX2 enabled              ${mmx2-no}"
     echo "3DNow! enabled            ${amd3dnow-no}"