On Sat, Jun 08, 2013 at 10:22:25AM -0700, Matt Turner wrote: > On Sat, Jun 8, 2013 at 9:07 AM, Matthieu Herrb <[email protected]> wrote: > > Signed-off-by: Matthieu Herrb <[email protected]> > > --- > > configure.ac | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git configure.ac configure.ac > > index 221179f..b36298a 100644 > > --- configure.ac > > +++ configure.ac > > @@ -616,7 +616,7 @@ AC_ARG_ENABLE(arm-iwmmxt2, > > if test "x$IWMMXT_CFLAGS" = "x" ; then > > IWMMXT_CFLAGS="-flax-vector-conversions -Winline -march=iwmmxt" > > if test $enable_iwmmxt2 != no ; then > > - IWMMXT_CFLAGS+="2" > > + IWMMXT_CFLAGS="${IWMMXT_CFLAGS}2" > > fi > > fi > > > > -- > > 1.8.3 > > Thanks, I've committed this with a revised commit title of > "configure.ac: Don't use '+=' since it's not POSIX" > > pixman patches go to its own list, [email protected].
Thanks. -- Matthieu Herrb _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
