summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-11 01:37:44 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-11 01:37:44 +0000
commit08ccddfa98d3e4daa9993a206ec0fa3cf9329cd1 (patch)
treea1b67ef464e0cb85ae76bbd7d6eebdc9d2784f13
parent7a5e36017905a3b7fe70362dc9712654c816c6a5 (diff)
downloadxorg-lib-libXcursor-08ccddfa98d3e4daa9993a206ec0fa3cf9329cd1.tar.gz
Define HAVE_XFIXES
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4930dec..060bbcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)