summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Fogal <tfogal@alumni.unh.edu>2011-01-10 15:37:26 -0700
committerTom Fogal <tfogal@alumni.unh.edu>2011-01-10 15:39:21 -0700
commit0e3ff159f950f7481af53506a8331476bc54c00f (patch)
tree1e4444c86555dad31f216dd71082542ea9b04f6d /configs
parenta988ddf3798e0ec568704e4a72b46030079c7e45 (diff)
Add GLX_TLS setting to configs/default.
Should have gone in with 31351dc029ff0e12a250e3ffc509f4f01e025a24, thanks to Dan Nicholson for noticing.
Diffstat (limited to 'configs')
-rw-r--r--configs/default1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/default b/configs/default
index 394dc17f68..b969415278 100644
--- a/configs/default
+++ b/configs/default
@@ -25,6 +25,7 @@ CXXFLAGS = -O
LDFLAGS =
HOST_CFLAGS = $(CFLAGS)
GLU_CFLAGS =
+GLX_TLS = no
# Compiler for building demos/tests/etc
APP_CC = $(CC)