kwin/clients/keramik/configure.in.in
Simon Hausmann 78cfbe9177 - now that KDE_CHECK_HEADERS takes care of defining HAVE_FOO_H (thx coolo)
we can use KDE_* here to make it look in more paths. Helps freebsd.
-AC_CHECK_HEADERS(X11/extensions/shape.h)
+KDE_CHECK_HEADERS(X11/extensions/shape.h)

svn path=/trunk/kdebase/kwin/; revision=184443
2002-10-18 08:30:38 +00:00

3 lines
88 B
Text

dnl Check for the X shaped windows extension
KDE_CHECK_HEADERS(X11/extensions/shape.h)