Add GLX_TLS setting to configs/default.

Should have gone in with 31351dc029,
thanks to Dan Nicholson for noticing.
This commit is contained in:
Tom Fogal 2011-01-10 15:37:26 -07:00
parent a988ddf379
commit 0e3ff159f9

View File

@ -25,6 +25,7 @@ CXXFLAGS = -O
LDFLAGS =
HOST_CFLAGS = $(CFLAGS)
GLU_CFLAGS =
GLX_TLS = no
# Compiler for building demos/tests/etc
APP_CC = $(CC)