diff options
author | Josh Triplett <josh@freedesktop.org> | 2008-10-08 16:04:25 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2008-10-08 16:04:25 -0700 |
commit | 625ed596cae6dd8175aeb6cb6f26784928042f22 (patch) | |
tree | 8cbe2a87f5f18fc1d70eabe1378d231883197be4 | |
parent | db332dcda989b5b021dc220c102666f695c772cf (diff) |
Remove duplicate XCB_EXTENSION calls for Composite extension
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 062c0cb..c3d3595 100644 --- a/configure.ac +++ b/configure.ac @@ -131,8 +131,6 @@ XCB_EXTENSION(SELinux, "no") XCB_EXTENSION(XTest, "yes") XCB_EXTENSION(Xv, "yes") XCB_EXTENSION(XvMC, "yes") -XCB_EXTENSION(Composite, "yes") -XCB_EXTENSION(Composite, "yes") AC_CONFIG_FILES([ |