- 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
This commit is contained in:
Simon Hausmann 2002-10-18 08:30:38 +00:00
parent a8f13c1c9b
commit 78cfbe9177

View file

@ -1,3 +1,3 @@
dnl Check for the X shaped windows extension
AC_CHECK_HEADERS(X11/extensions/shape.h)
KDE_CHECK_HEADERS(X11/extensions/shape.h)