I have some patches queued the first of which reverts the commit that caused this typo.
-Emil On 26/03/14 15:24, Fabio Pedretti wrote: > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index 1e5e496..b3d8a92 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -287,7 +287,7 @@ case "x$enable_static$enable_shared" in > xnoyes ) > ;; > * ) > - AC_MSG_WARN([Messa build supports only shared libraries, enabling > shared]) > + AC_MSG_WARN([Mesa build supports only shared libraries, enabling shared]) > enable_shared=yes > enable_static=no > ;; > _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
