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