On Tue, Jun 10, 2014 at 07:37:42PM -0700, Matt Turner wrote: > Please stop adding them.
Reviewed-by: Kristian Høgsberg <k...@bitplanet.net> > --- > configure.ac | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configure.ac b/configure.ac > index eaca378..c6664b9 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -543,7 +543,7 @@ darwin*|mingw*) > *) > AC_CHECK_FUNCS([clock_gettime], [CLOCK_LIB=], > [AC_CHECK_LIB([rt], [clock_gettime], [CLOCK_LIB=-lrt], > - [AC_MSG_ERROR([Couldn't find > clock_gettime])])]) > + [AC_MSG_ERROR([Could not find > clock_gettime])])]) > AC_SUBST([CLOCK_LIB]) > ;; > esac > @@ -1373,7 +1373,7 @@ if test "x$enable_xa" = xyes; then > if test "x$with_gallium_drivers" = xswrast; then > AC_MSG_ERROR([ > Building xa requires at least one non swrast gallium driver. > - If you are looking to use libxatracker.so with vmware's virtual > gpu, > + If you are looking to use libxatracker.so with the VMware driver, > make sure to include svga in the gallium drivers list, apart from > enabling XA. > Example: ./configure --enable-xa --with-gallium-drivers=svga...]) > -- > 1.8.3.2 > > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev