From 0a8ecfb93b699a519ad9af9e548279d50c50093b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 19 Nov 2014 23:14:09 -0600 Subject: Fix syntax errors in compton-tde configuration module Remove obsolete kompmgr --- twin/kompmgr/configure.in.in | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 twin/kompmgr/configure.in.in (limited to 'twin/kompmgr/configure.in.in') diff --git a/twin/kompmgr/configure.in.in b/twin/kompmgr/configure.in.in deleted file mode 100644 index bbabdd73c..000000000 --- a/twin/kompmgr/configure.in.in +++ /dev/null @@ -1,8 +0,0 @@ -if test "x$with_composite" != "xno"; then - KDE_CHECK_HEADERS(X11/extensions/Xdamage.h,,compile_kompmgr=no,[#include ]) - KDE_CHECK_HEADERS(X11/extensions/Xcomposite.h,,compile_kompmgr=no,[#include ]) - KDE_CHECK_HEADERS(X11/extensions/Xrender.h,,compile_kompmgr=no,[#include ]) -else - compile_kompmgr=no -fi -AM_CONDITIONAL(include_kompmgr, test x"$compile_kompmgr" != x"no" ) -- cgit v1.2.1