summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2009-02-24 12:54:13 -0500
committerChris Ball <cjb@laptop.org>2009-02-24 12:54:13 -0500
commit08692dd381dc6e98d484d5bffabcbd04ebf83df6 (patch)
tree605f42cecc023113484c2a4d5cc38282ee905bfa /configure.ac
parent26f9e78d9b4f93f34792a31583cb5e8700c5ed52 (diff)
configure: use AC_DEFINE instead of shell substitution
(This is just cosmetic.) Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5c28725..3198823 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,7 +112,7 @@ fi
AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes)
# Required by exa.h
-XORG_CFLAGS="$XORG_CFLAGS -DEXA_DRIVER_KNOWN_MAJOR=3"
+AC_DEFINE(EXA_DRIVER_KNOWN_MAJOR, 3, [Major version of EXA we can handle])
AC_SUBST([DRI_CFLAGS])
AC_SUBST([XORG_CFLAGS])