diff options
Diffstat (limited to 'style/configure.in.in')
-rw-r--r-- | style/configure.in.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/style/configure.in.in b/style/configure.in.in deleted file mode 100644 index b0f4a88..0000000 --- a/style/configure.in.in +++ /dev/null @@ -1,5 +0,0 @@ -compile_kompmgr=yes -KDE_CHECK_HEADERS(X11/extensions/Xdamage.h,,compile_kompmgr=no,[#include <X11/Xlib.h>]) -KDE_CHECK_HEADERS(X11/extensions/Xcomposite.h,,compile_kompmgr=no,[#include <X11/Xlib.h>]) -KDE_CHECK_HEADERS(X11/extensions/Xrender.h,,compile_kompmgr=no,[#include <X11/Xlib.h>]) -AM_CONDITIONAL(include_kompmgr, test "$compile_kompmgr" = "yes" ) |