Home | History | Annotate | Download | only in mesa3d

Lines Matching full:selinux

511 dnl SELinux awareness.
512 AC_ARG_ENABLE([selinux],
513 [AS_HELP_STRING([--enable-selinux],
514 [Build SELinux-aware Mesa @<:@default=disabled@:>@])],
518 AC_CHECK_HEADER([selinux/selinux.h],[],
519 [AC_MSG_ERROR([SELinux headers not found])])
520 AC_CHECK_LIB([selinux],[is_selinux_enabled],[],
521 [AC_MSG_ERROR([SELinux library not found])])