Make sure to run AC_SUBST IWMMXT_CFLAGS
authorMatt Turner <mattst88@gmail.com>
Wed, 15 Feb 2012 23:16:42 +0000 (18:16 -0500)
committerMatt Turner <mattst88@gmail.com>
Fri, 17 Feb 2012 23:10:37 +0000 (18:10 -0500)
commite27bdcd968e786079353432d14816600bf813d76
tree317578fab5872712e8eb56057d413c12d953f86d
parent82a3980701c68949ed762b1e93dc81698db1613e
Make sure to run AC_SUBST IWMMXT_CFLAGS

Allows you to compile without -flax-vector-conversions in your CFLAGS,
though -march=iwmmxt2 is still necessary since specifying some other
-march= value will override it, and disable iwmmxt.

Signed-off-by: Matt Turner <mattst88@gmail.com>
configure.ac