[PATCH 1/4] AC_SUBST the GLX_SYS_LIBS

Peter Hutterer peter.hutterer at who-t.net
Mon Jun 18 17:59:39 PDT 2012


On Mon, Jun 18, 2012 at 03:45:28PM -0700, Alan Coopersmith wrote:
> On 06/17/12 08:40 PM, Peter Hutterer wrote:
> > libxservertest needs -lpthread from glxapi.c's pthread_once() call. Usually
> > this would be pulled in by the XORG_LIBS but not when building without Xorg.
> > 
> > This commit has no visible effect on the current tree, preparation for test
> > cleanups.
> > 
> > Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> > ---
> >  configure.ac         |    1 +
> >  test/Makefile.am     |    2 +-
> >  test/xi2/Makefile.am |    2 +-
> >  3 files changed, 3 insertions(+), 2 deletions(-)
> > 
> > diff --git a/configure.ac b/configure.ac
> > index 763ca7a..9cf2821 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -1060,6 +1060,7 @@ if test "x$GLX_USE_TLS" = xyes ; then
> >  	GLX_SYS_LIBS="$GLX_SYS_LIBS -lpthread"
> >  fi
> >  AC_SUBST([GLX_DEFINES])
> > +AC_SUBST([GLX_SYS_LIBS])
> 
> Isn't that bit already in git master from fd115ee114e ?

yes, looks like it, thanks. serves me right for working off the 1.12 branch.

Cheers,
  Peter


More information about the xorg-devel mailing list