Skip make check on s390x as well.

This commit is contained in:
jbj 2004-11-13 20:56:52 +00:00
parent 47f9c31f8d
commit 04f5aa545f

View File

@ -140,7 +140,7 @@ ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
%if %{make_check}
%check
%ifarch x86_64
%ifarch x86_64 s390x
make check check-swig-pl CLEANUP=yes || :
%else
make check check-swig-pl CLEANUP=yes