- 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:
parent
a8f13c1c9b
commit
78cfbe9177
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue