enable pkgconf_compat by default
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
67459a5e32
commit
a88375cf43
@ -1,8 +1,8 @@
|
||||
# pkgconf acts as pkgconfig for F26+
|
||||
%if 0%{?fedora} >= 26
|
||||
%bcond_without pkgconfig_compat
|
||||
%else
|
||||
%if (0%{?fedora} && 0%{?fedora} < 26) || (0%{?rhel} && 0%{?rhel} <= 7)
|
||||
%bcond_with pkgconfig_compat
|
||||
%else
|
||||
%bcond_without pkgconfig_compat
|
||||
%endif
|
||||
|
||||
%if %{with pkgconfig_compat}
|
||||
|
Loading…
Reference in New Issue
Block a user