CVS commit by mueller: fix shape extension detection for Solaris CCMAIL: 53617-done@bugs.kde.org M +5 -2 configure.in.in 1.3 --- kdebase/kwin/clients/keramik/configure.in.in #1.2:1.3 @@ -1,3 +1,6 @@ dnl Check for the X shaped windows extension -KDE_CHECK_HEADERS(X11/extensions/shape.h) - +KDE_CHECK_HEADERS(X11/extensions/shape.h,,, +[ +#include +#include +])