From 8c2a3efadbbd63d8d75601c8857ee329001d443d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 2 Feb 2014 11:53:22 -0500 Subject: [PATCH] build: Drop SELinux required version a bit earlier Apparently EPEL7 only has 2.1.13, but we should be fine with that. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 99c16303..542c9ff0 100644 --- a/configure.ac +++ b/configure.ac @@ -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]),