Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/imlib2

Dir     : e17/libs/imlib2


Modified Files:
        configure.in 


Log Message:
make sure people know the mmx support is 32bit only so it isnt for amd64
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/configure.in,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -3 -r1.120 -r1.121
--- configure.in        9 Oct 2005 04:22:19 -0000       1.120
+++ configure.in        13 Oct 2005 00:09:47 -0000      1.121
@@ -103,7 +103,7 @@
 
 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 "  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"




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to