Lines Matching defs:XAA
80 [Enable legacy X Acceleration Architecture (XAA) [default=auto]]),
81 [XAA="$enableval"],
82 [XAA=auto])
83 if test "x$XAA" != xno; then
88 AC_CHECK_HEADERS([xaa.h], XAA=yes, XAA=no)
92 AC_MSG_CHECKING([whether to include XAA support])
93 AM_CONDITIONAL(XAA, test "x$XAA" = xyes)
94 AC_MSG_RESULT([$XAA])