Lines Matching defs:XAA
113 [Enable legacy X Acceleration Architecture (XAA) [default=auto]]),
114 [XAA="$enableval"],
115 [XAA=auto])
116 if test "x$XAA" != xno; then
121 AC_CHECK_HEADERS([xaa.h], XAA=yes, XAA=no)
125 AC_MSG_CHECKING([whether to include XAA support])
126 AM_CONDITIONAL(XAA, test "x$XAA" = xyes)
127 AC_MSG_RESULT([$XAA])