Lines Matching defs:XAA
201 [Enable legacy X Acceleration Architecture (XAA) [default=auto]]),
202 [XAA="$enableval"],
203 [XAA=auto])
204 if test "x$XAA" != xno; then
209 AC_CHECK_HEADERS([xaa.h], XAA=yes, XAA=no)
213 AC_MSG_CHECKING([whether to include XAA support])
214 AM_CONDITIONAL(XAA, test "x$XAA" = xyes)
215 if test "x$XAA" = xyes; then
216 AC_DEFINE(USE_XAA, test "x$XAA" = xyes, [Build support for XAA])
218 AC_MSG_RESULT([$XAA])