summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2011-05-26 20:03:37 +0200
committerLuca Barbato <lu_zero@gentoo.org>2011-05-27 09:42:14 +0200
commit6348a96c06ca152f32fddac58552dd679d39eddf (patch)
tree0bfa8663c37895669c0f58e9941037d766777067 /configure
parentebb6b27ad9a72de2382a4eb438a11043273c4cad (diff)
configure: report yasm/nasm presence properly
If the secondary assembler is in use report the proper name
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d3e8764fb9..4916bad18a 100755
--- 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}"