diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-11 01:37:44 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-11 01:37:44 +0000 |
commit | 08ccddfa98d3e4daa9993a206ec0fa3cf9329cd1 (patch) | |
tree | a1b67ef464e0cb85ae76bbd7d6eebdc9d2784f13 | |
parent | 7a5e36017905a3b7fe70362dc9712654c816c6a5 (diff) |
Define HAVE_XFIXES
-rw-r--r-- | configure.ac | 1 |
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) |