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:
parent
3007aeb160
commit
8c2a3efadb
|
|
@ -140,7 +140,7 @@ if test x$with_libarchive != xno; then OSTREE_FEATURES="$OSTREE_FEATURES +libarc
|
||||||
AM_CONDITIONAL(USE_LIBARCHIVE, test $with_libarchive != no)
|
AM_CONDITIONAL(USE_LIBARCHIVE, test $with_libarchive != no)
|
||||||
|
|
||||||
dnl This is what is in RHEL7 anyways
|
dnl This is what is in RHEL7 anyways
|
||||||
SELINUX_DEPENDENCY="libselinux >= 2.2.1"
|
SELINUX_DEPENDENCY="libselinux >= 2.1.13"
|
||||||
|
|
||||||
AC_ARG_WITH(selinux,
|
AC_ARG_WITH(selinux,
|
||||||
AS_HELP_STRING([--without-selinux], [Do not use SELinux]),
|
AS_HELP_STRING([--without-selinux], [Do not use SELinux]),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue