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" )