Use %{ix86} instead of i386 i686

This commit is contained in:
Christopher Aillon 2011-02-10 19:58:25 -08:00
parent 9f853e9749
commit ba1527bcca
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Separated plugins are supported on x86(64) only
%ifarch i386 i686 x86_64
%ifarch %{ix86} x86_64
%define separated_plugins 1
%else
%define separated_plugins 0