Lines Matching defs:XAA
85 [Enable legacy X Acceleration Architecture (XAA) [default=auto]]),
86 [XAA="$enableval"],
87 [XAA=auto])
88 if test "x$XAA" != xno; then
93 AC_CHECK_HEADERS([xaa.h], XAA=yes, XAA=no)
97 AC_MSG_CHECKING([whether to include XAA support])
98 AM_CONDITIONAL(XAA, test "x$XAA" = xyes)
99 AC_MSG_RESULT([$XAA])