summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2009-02-24 13:00:05 -0500
committerChris Ball <cjb@laptop.org>2009-02-24 13:00:05 -0500
commit8936b17d83c6fa2b67c447ae3cac5159d8d84649 (patch)
treeeafb9a3f7a26f4ca5abb6785dc5bfd8b2a535542 /configure.ac
parent4fcee9dd9075b28474ae5b248a9edc0789f55b05 (diff)
Build fix for EXA 3
EXA in xserver head now requires us to pass -DEXA_DRIVER_KNOWN_MAJOR=3. Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6002fc5..d5a7502 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,6 +73,9 @@ if test "x$XSERVER_LIBPCIACCESS" = xyes; then
fi
AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes)
+# Required by exa.h
+AC_DEFINE(EXA_DRIVER_KNOWN_MAJOR, 3, [Major version of EXA we can handle])
+
# Checks for header files.
AC_HEADER_STDC