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