Fix issue if __isa_bits is not defined.

This commit is contained in:
Andreas Schneider 2014-11-21 16:17:17 +01:00
parent 4b1cbd7a92
commit 7b0911ee43
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
%endif
%global libwbc_alternatives_suffix %nil
%if %{__isa_bits} == 64
%if 0%{?__isa_bits} == 64
%global libwbc_alternatives_suffix -64
%endif