Home | History | Annotate | Download | only in dist

Lines Matching refs:XAA

1521   --enable-xaa            Enable legacy X Acceleration Architecture (XAA)
20224 # Check whether --enable-xaa was given.
20227 enableval=$enable_xaa; XAA="$enableval"
20229 XAA=auto
20232 if test "x$XAA" != xno; then
20237 for ac_header in xaa.h
20239 ac_fn_c_check_header_compile "$LINENO" "xaa.h" "ac_cv_header_xaa_h" "$ac_includes_default"
20243 XAA=yes
20245 XAA=no
20252 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to include XAA support" >&5
20253 printf %s "checking whether to include XAA support... " >&6; }
20254 if test "x$XAA" = xyes; then
20262 if test "x$XAA" = xyes; then
20264 printf "%s\n" "#define USE_XAA test \"x\$XAA\" = xyes" >>confdefs.h
20267 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $XAA" >&5
20268 printf "%s\n" "$XAA" >&6; }
20563 as_fn_error $? "conditional \"XAA\" was never defined.