Lines Matching defs:XAA
137 [Enable legacy X Acceleration Architecture (XAA) [default=auto]]),
138 [XAA="$enableval"],
139 [XAA=auto])
140 if test "x$XAA" != xno; then
145 AC_CHECK_HEADERS([xaa.h], XAA=yes, XAA=no)
149 AC_MSG_CHECKING([whether to include XAA support])
150 AM_CONDITIONAL(XAA, test "x$XAA" = xyes)
151 AC_MSG_RESULT([$XAA])
152 if test "x$XAA" = xyes; then
153 AC_DEFINE(USE_XAA, 1, [Build support for XAA])