On 06/18/12 05:59 PM, Peter Hutterer wrote: > 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 <[email protected]> >>> --- >>> 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
Reviewed-by: Alan Coopersmith <[email protected]> for the rest of the patch then. -- -Alan Coopersmith- [email protected] Oracle Solaris Engineering - http://blogs.oracle.com/alanc _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
