Define HAVE_XFIXES

This commit is contained in:
Alan Coopersmith 2005-10-11 01:37:44 +00:00
parent 7a5e360179
commit 08ccddfa98

View file

@ -42,6 +42,7 @@ AC_PROG_LIBTOOL
# Check for X
PKG_CHECK_MODULES(XCURSOR, xrender >= 0.8.2 xfixes x11)
AC_DEFINE(HAVE_XFIXES, 1, [Define to 1 if you have Xfixes])
AC_SUBST(XCURSOR_CFLAGS)
AC_SUBST(XCURSOR_LIBS)