[Pixman] [PATCH] Make sure to run AC_SUBST IWMMXT_CFLAGS

Matt Turner mattst88 at gmail.com
Wed Feb 15 15:18:12 PST 2012


Allows you to compile without -flax-vector-conversions in your CFLAGS,
or with -march= other than iwmmxt{,2}.

Signed-off-by: Matt Turner <mattst88 at gmail.com>
---
 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index b5784ba..89d1a2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -453,6 +453,7 @@ case $host_os in
       ;;
 esac
 
+AC_SUBST(IWMMXT_CFLAGS)
 AC_SUBST(MMX_CFLAGS)
 AC_SUBST(MMX_LDFLAGS)
 AC_SUBST(SSE2_CFLAGS)
-- 
1.7.3.4



More information about the Pixman mailing list