summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-09-25 09:07:04 -0700
committerEric Anholt <[email protected]>2012-10-09 14:32:02 -0700
commitdc6fa4107643e153bb1c5831ca6aa1be10ef3b3a (patch)
tree64f375f8aa772c97355b41425cba9463dc4c4054 /configure.ac
parent3f0e3a7ad5cf9bef745d460b0fa5e75ff830cb32 (diff)
glx: Remove the last user of -DUSE_XCB.
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 45406dd433e..48ec4669d80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -823,10 +823,6 @@ if test "x$enable_glx" = xyes -a "x$no_x" = xyes; then
AC_MSG_ERROR([X11 development libraries needed for GLX])
fi
-if test "x$enable_glx" = xyes; then
- DEFINES="$DEFINES -DUSE_XCB"
-fi
-
dnl Direct rendering or just indirect rendering
case "$host_os" in
gnu*)