diff options
author | Chris Ball <cjb@laptop.org> | 2009-02-27 10:55:58 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2009-02-27 10:55:58 -0500 |
commit | 343b2f312b1e555f9d03a499ddbe4c9b33b3a6e5 (patch) | |
tree | 3f81652e811775b4c9bc3606aee8e8a3ab798f6c | |
parent | 08692dd381dc6e98d484d5bffabcbd04ebf83df6 (diff) |
Revert EXA 3 build fix.
The EXA developers have backed out this ABI bump.
Signed-off-by: Chris Ball <cjb@laptop.org>
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 3198823..80c91bc 100644 --- a/configure.ac +++ b/configure.ac @@ -111,9 +111,6 @@ 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]) - AC_SUBST([DRI_CFLAGS]) AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir]) |