fix if statement

This commit is contained in:
Peter Robinson 2015-02-22 17:36:25 +00:00
parent 74e740c136
commit b9846a816d

View File

@ -509,7 +509,6 @@ fi
%endif %endif
%if %{WITH_SELINUX} %if %{WITH_SELINUX}
--with-selinux --with-audit=linux \ --with-selinux --with-audit=linux \
--with-sandbox=seccomp_filter \
%ifarch %{ix86} x86_64 %{arm} %ifarch %{ix86} x86_64 %{arm}
# seccomp_filter cannot be build right now on aarch64/ppc64*/s390* # seccomp_filter cannot be build right now on aarch64/ppc64*/s390*
# being tracked in RHBZ 1195065 # being tracked in RHBZ 1195065
@ -517,7 +516,6 @@ fi
%else %else
--with-sandbox=rlimit \ --with-sandbox=rlimit \
%endif %endif
%endif %endif
%if %{kerberos5} %if %{kerberos5}
--with-kerberos5${krb5_prefix:+=${krb5_prefix}} \ --with-kerberos5${krb5_prefix:+=${krb5_prefix}} \