[PATCH] configure: GLX_USE_TLS doesn't depend on AIGLX

Julien Cristau jcristau at debian.org
Wed Jul 28 12:12:09 PDT 2010


From: Samuel Thibault <samuel.thibault at ens-lyon.org>

It is also necessary for swrast.  Hurd doesn't have AIGLX (because it
doesn't have DRI), but it needs the GLX_USE_TLS define if mesa is built
with tls.

Signed-off-by: Samuel Thibault <samuel.thibault at ens-lyon.org>
Signed-off-by: Julien Cristau <jcristau at debian.org>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 23a0f10..0f7110b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1019,7 +1019,7 @@ else
 fi
 AM_CONDITIONAL(AIGLX, test "x$AIGLX" = xyes)
 
-if test "x$GLX_USE_TLS" = xyes -a "x$AIGLX" = xyes; then
+if test "x$GLX_USE_TLS" = xyes ; then
 	GLX_DEFINES="-DGLX_USE_TLS -DPTHREADS"
 	GLX_SYS_LIBS="$GLX_SYS_LIBS -lpthread"
 fi
-- 
1.7.1



More information about the xorg-devel mailing list