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