evas/configure.ac - fixed typo.

SVN revision: 63764
This commit is contained in:
ChunEon Park 2011-10-03 05:06:11 +00:00
parent 2aed2cf20a
commit 69fc731318
1 changed files with 6 additions and 6 deletions

View File

@ -1256,15 +1256,15 @@ AC_ARG_ENABLE(cpu-sse3,
) )
# as a big warnign flag to anyone doing stuff like this... # as a big warning flag to anyone doing stuff like this...
# NEVER EVER EVER EVER put **OPTIMIZATION** flags in # NEVER EVER EVER EVER put **OPTIMIZATION** flags in
# buidl flags in makefiles (from configure or anywhere else) # build flags in makefiles (from configure or anywhere else)
# EVER as trhis scfrerws your abuility to build 1 binary and # EVER as this screws your ability to build 1 binary and
# cover ALL x86 arch's. this is the HEIGHT of WRONG. if the # cover ALL x86 arch's. This is the HEIGHT of WRONG. If the
# person building choses to add optimization flags themselves # person building choses to add optimization flags themselves
# and decide the minimum baseline cpu arch is X then that's # and decide the minimum baseline cpu arch is X then that's
# their business, but NEVEr should it be done here. EVER. # their business, but NEVER should it be done here. NEVER.
# i now have to do this due to the way this sse3 code wss done - using # I now have to do this due to the way this sse3 code was done - using
# intrinsics and "functions" (opcodes) and types that only compile *IF* # intrinsics and "functions" (opcodes) and types that only compile *IF*
# you compile with -msse3. this ALSO tries to optimize REGULAR c code # you compile with -msse3. this ALSO tries to optimize REGULAR c code
# with sse3 asm.. and this breaks things so badly. so... sse3 will be # with sse3 asm.. and this breaks things so badly. so... sse3 will be