From: Matt Turner Date: Wed, 15 Feb 2012 23:16:42 +0000 (-0500) Subject: Make sure to run AC_SUBST IWMMXT_CFLAGS X-Git-Tag: pixman-0.25.2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e27bdcd968e786079353432d14816600bf813d76;p=platform%2Fupstream%2Fpixman.git 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 --- diff --git a/configure.ac b/configure.ac index 233d3dc..4f8a0c5 100644 --- a/configure.ac +++ b/configure.ac @@ -407,6 +407,7 @@ case $host_os in ;; esac +AC_SUBST(IWMMXT_CFLAGS) AC_SUBST(MMX_CFLAGS) AC_SUBST(MMX_LDFLAGS) AC_SUBST(SSE2_CFLAGS)