[Mesa-maintainers] [PATCH 1/2] configure: enable glx-tls by default

Emil Velikov emil.l.velikov at gmail.com
Mon Dec 5 19:02:28 UTC 2016


From: Emil Velikov <emil.velikov at collabora.com>

In the (not too) distant future we'd want to remove this option and
effectively drop the other codepath(s) we have in our dispatch.

Linux distributions have been using --enable-glx-tls for a number of
years. Some/most BSD platforms still don't support this, yet this should
serve as an encouragement to move things forwards.

Cc: Jean-Sébastien Pédron <dumbbell at FreeBSD.org>
Cc: Jonathan Gray <jsg at jsg.id.au>
Cc: mesa-maintainers at lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
Gents, please forward to the respective lists and fellow maintainers. Be
that on your or brother/sister distro.

Joining up on mesa-maintainers will be appreciated.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index adca49d..52bd9a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1707,7 +1707,7 @@ AC_ARG_ENABLE([glx-tls],
     [AS_HELP_STRING([--enable-glx-tls],
         [enable TLS support in GLX @<:@default=disabled@:>@])],
     [GLX_USE_TLS="$enableval"],
-    [GLX_USE_TLS=no])
+    [GLX_USE_TLS=yes])
 AC_SUBST(GLX_TLS, ${GLX_USE_TLS})
 
 AS_IF([test "x$GLX_USE_TLS" = xyes -a "x$ax_pthread_ok" = xyes],
-- 
2.10.2



More information about the Mesa-maintainers mailing list