Lines Matching defs:XAA
88 [Enable legacy X Acceleration Architecture (XAA) [default=auto]]),
89 [XAA="$enableval"],
90 [XAA=auto])
91 if test "x$XAA" != xno; then
96 AC_CHECK_HEADERS([xaa.h], XAA=yes, XAA=no)
100 AC_MSG_CHECKING([whether to include XAA support])
101 AM_CONDITIONAL(XAA, test "x$XAA" = xyes)
102 AC_MSG_RESULT([$XAA])