diff --git a/configure b/configure
index 2bad6db26322651434c1492a5e2af4f6f15a065e..19527df9d3da21aedcec46e86a79857d03267238 100755
--- a/configure
+++ b/configure
@@ -395,9 +395,15 @@ echo "C compiler       $cc"
 echo "make             $make"
 echo "CPU              $cpu"
 echo "Big Endian       $bigendian"
+if test $cpu = "x86"; then
 echo "MMX enabled      $mmx"
+fi
+if test $cpu = "mips"; then
 echo "MMI enabled      $mmi"
+fi
+if test $cpu = "powerpc"; then
 echo "AltiVec enabled  $altivec"
+fi
 echo "gprof enabled    $gprof"
 echo "zlib enabled     $zlib"
 echo "mp3lame enabled  $mp3lame"