Allows you to compile without -flax-vector-conversions in your CFLAGS,
or with -march= other than iwmmxt{,2}.Signed-off-by: Matt Turner <[email protected]> --- 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 _______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
