diff options
author | Chris Ball <cjb@laptop.org> | 2009-02-27 10:55:11 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2009-02-27 10:55:11 -0500 |
commit | 74758ef3b184a37d211572d0deb826bd30d0de13 (patch) | |
tree | 36275e98e9511144b2a2c9137d54356a90605d57 | |
parent | 492513bf047f7660ef9fd32fda7ebc28704079be (diff) |
Revert "Build fix: set EXA_DRIVER_KNOWN_MAJOR=3"
This reverts commit 492513bf047f7660ef9fd32fda7ebc28704079be.
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 795dd4b..c87b553 100644 --- a/configure.ac +++ b/configure.ac @@ -74,9 +74,6 @@ CFLAGS="$XORG_CFLAGS" # RandR 1.2 AC_CHECK_HEADER(xf86Modes.h,[BUILD_XMODES=no],[BUILD_XMODES=yes],[#include "xorg-server.h"]) -# Required by exa.h -AC_DEFINE(EXA_DRIVER_KNOWN_MAJOR, 3, [Major version of EXA we can handle]) - # PCI rework AC_CHECK_DECL(XSERVER_LIBPCIACCESS, [XSERVER_LIBPCIACCESS=yes],[XSERVER_LIBPCIACCESS=no], |