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