diff options
author | Chris Ball <cjb@laptop.org> | 2009-02-27 10:53:11 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2009-02-27 10:53:11 -0500 |
commit | 23e62499a5ecfd9c70db00c181a4801d4898fe83 (patch) | |
tree | 1cb8101e716660ca11a4e46f4df7e5aaab4070bd | |
parent | 7ce365dafcbeb549fa083b8115475d5b7b01a704 (diff) |
Revert EXA 3 build fix.
The EXA developers have backed out the ABI bump to version 3.
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 f4c0fd3..729399d 100644 --- a/configure.ac +++ b/configure.ac @@ -101,9 +101,6 @@ if test "x$XSERVER_LIBPCIACCESS" = xyes; then XORG_CFLAGS="$XORG_CFLAGS $PCIACCESS_CFLAGS" fi -# Required by exa.h -AC_DEFINE(EXA_DRIVER_KNOWN_MAJOR, 3, [Major version of EXA we can handle]) - AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir]) AC_SUBST([AMD_CFLAGS]) |