fix shape extension detection for Solaris

CCMAIL: 53617-done@bugs.kde.org

svn path=/trunk/kdebase/kwin/; revision=238414
icc-effect-5.14.5
Dirk Mueller 2003-07-21 20:34:58 +00:00
parent 6092ac823a
commit f9cef6de17
1 changed files with 5 additions and 2 deletions

View File

@ -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 <X11/Xlib.h>
#include <X11/Xutil.h>
])