diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-09-12 09:04:36 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-09-12 09:04:36 +0000 |
commit | eba44d9747adde8385f2a242dee5a8e73ce5a205 (patch) | |
tree | 074e7732871893e52eb9f48dadb1e27b9294239a | |
parent | a255e7b0984890daad98b74ace0c572965fe61f5 (diff) |
Define USE_XAA and USE_EXA for the time being.
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 68e9779e..eb91cadc 100644 --- a/configure.ac +++ b/configure.ac @@ -156,6 +156,9 @@ if test "x$ATIMISC_TV_OUT" = xyes; then AC_DEFINE(TV_OUT, 1, [Build TV-Out support for atimisc.]) fi +AC_DEFINE(USE_XAA, 1, [Build support for XAA]) +AC_DEFINE(USE_EXA, 1, [Build support for Exa]) + AC_SUBST([XORG_CFLAGS]) AC_SUBST([DRI_CFLAGS]) AC_SUBST([moduledir]) |