summaryrefslogtreecommitdiffstats
path: root/src/glx/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/tests/Makefile.am')
-rw-r--r--src/glx/tests/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glx/tests/Makefile.am b/src/glx/tests/Makefile.am
index b0d1db5c2d6..ad18f85fe01 100644
--- a/src/glx/tests/Makefile.am
+++ b/src/glx/tests/Makefile.am
@@ -5,7 +5,6 @@ AM_CPPFLAGS = \
-I$(top_builddir)/include \
$(X11_CFLAGS)
-if HAVE_XCB_GLX_CREATE_CONTEXT
TESTS = glx-test
check_PROGRAMS = glx-test
@@ -20,5 +19,3 @@ glx_test_LDADD = \
$(top_builddir)/src/glx/libglx.la \
$(top_builddir)/src/gtest/libgtest.la \
-lpthread
-
-endif