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+
|
# pkgconf acts as pkgconfig for F26+
|
||||||
%if 0%{?fedora} >= 26
|
%if (0%{?fedora} && 0%{?fedora} < 26) || (0%{?rhel} && 0%{?rhel} <= 7)
|
||||||
%bcond_without pkgconfig_compat
|
|
||||||
%else
|
|
||||||
%bcond_with pkgconfig_compat
|
%bcond_with pkgconfig_compat
|
||||||
|
%else
|
||||||
|
%bcond_without pkgconfig_compat
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with pkgconfig_compat}
|
%if %{with pkgconfig_compat}
|
||||||
|
Loading…
Reference in New Issue
Block a user