Lines Matching defs:PRESENT
618 PRESENT="no"
619 XORG_DRIVER_CHECK_EXT(PRESENT, presentproto)
621 PKG_CHECK_MODULES(PRESENT, [presentproto], [PRESENT="yes"], [])
623 if test "x$PRESENT" != "xno"; then
626 AC_CHECK_HEADERS([present.h], [], [PRESENT="no"], [
632 AC_MSG_CHECKING([whether to include PRESENT support])
633 AM_CONDITIONAL(PRESENT, test "x$PRESENT" != "xno")
634 AC_MSG_RESULT([$PRESENT])
635 if test "x$PRESENT" != "xno"; then
636 AC_DEFINE(HAVE_PRESENT,1,[Enable PRESENT driver support])