summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-03-22 15:41:28 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2015-03-23 11:00:00 +0000
commit0bb5993b2bc9d746935243f66d0a567790fca44d (patch)
tree89625659a4f0c9998d3e8285e5acc17c460d95dc
parent38c4807230ad24fd5fb1a154cdff18493fda9760 (diff)
downloadclutter-0bb5993b2bc9d746935243f66d0a567790fca44d.tar.gz
build: Remove unused internal define
We haven't use HAVE_CLUTTER_GLX internally for a while; the last user was Cally, which has been ported to the correct CLUTTER_WINDOWING_X11 symbol.
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8ddd98c4a..6cb98d5e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -322,8 +322,6 @@ AS_IF([test "x$enable_x11" = "xyes"],
BACKEND_PC_FILES_PRIVATE="$BACKEND_PC_FILES_PRIVATE pangoft2"
],
[])
-
- AC_DEFINE([HAVE_CLUTTER_GLX], [1], [Have the GLX backend])
])
AS_IF([test "x$enable_gdk" = "xyes"],