make sure people know the mmx support is 32bit only so it isnt for amd64

SVN revision: 17476
This commit is contained in:
Mike Frysinger 2005-10-13 00:09:47 +00:00
parent 5a9a40ace5
commit f6ee657035
1 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ esac
dnl
AC_ARG_ENABLE(mmx,
[ --enable-mmx attempt compiling using mmx assembly @<:@default=auto@:>@],
[ --enable-mmx attempt compiling using x86 mmx assembly @<:@default=auto@:>@],
[
if test x$enableval = xyes; then
mmx=yes
@ -619,8 +619,8 @@ echo " BZIP2...................: $bz2_ok"
echo " ID3.....................: $id3_ok"
echo
echo
echo "Use MMX for extra speed...: $mmx"
echo "Use AMD64 for extra speed.: $amd64"
echo "Use X86 MMX for speed.....: $mmx"
echo "Use AMD64 for speed.......: $amd64"
echo
echo
echo "Installation Path.........: $prefix"