Fix macro to work on non-Fedora hosts
This commit is contained in:
parent
be7cd98364
commit
bf757b927e
@ -5,7 +5,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
%define with_gtk3 0
|
%define with_gtk3 0
|
||||||
%if 0%{fedora} >= 15
|
%if 0%{?fedora} >= 15
|
||||||
%define with_gtk3 1
|
%define with_gtk3 1
|
||||||
%endif
|
%endif
|
||||||
%define _version_suffix -ab64
|
%define _version_suffix -ab64
|
||||||
|
Loading…
Reference in New Issue
Block a user