build: Drop SELinux required version a bit earlier

Apparently EPEL7 only has 2.1.13, but we should be fine with that.
This commit is contained in:
Colin Walters 2014-02-02 11:53:22 -05:00
parent 3007aeb160
commit 8c2a3efadb
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ if test x$with_libarchive != xno; then OSTREE_FEATURES="$OSTREE_FEATURES +libarc
AM_CONDITIONAL(USE_LIBARCHIVE, test $with_libarchive != no)
dnl This is what is in RHEL7 anyways
SELINUX_DEPENDENCY="libselinux >= 2.2.1"
SELINUX_DEPENDENCY="libselinux >= 2.1.13"
AC_ARG_WITH(selinux,
AS_HELP_STRING([--without-selinux], [Do not use SELinux]),