diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-08 17:56:58 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-24 17:20:26 +0000 |
commit | a34d29c2edd786f0baa0e7c334f4174eeecb71d2 (patch) | |
tree | 3f25b904711a9031de209d03ec2b19bc5dd59663 /include | |
parent | 0a78b599b34cc8b5fe6fe82f90e90234e8ab7a56 (diff) |
configure.ac: remove remaining TLS references
No longer used with the removal of the GL dispatch (glapi) from libglx a
few releases ago.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 1aa77a5eb..bd479cfcd 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -454,9 +454,6 @@ /* Define to __typeof__ if your compiler spells it that way. */ #undef typeof -/* The compiler supported TLS storage class, prefering initial-exec if tls_model is supported */ -#undef TLS - /* Correctly set _XSERVER64 for OSX fat binaries */ #ifdef __APPLE__ #include "dix-config-apple-verbatim.h" |