build-sys: Drop Fedora 25+ rpm version check
I think we can just assume this nowadays.
This commit is contained in:
parent
588541c60d
commit
c383c9511f
@ -85,9 +85,6 @@ dnl RHEL8.1 has old libarchive
|
|||||||
AS_IF([pkg-config --atleast-version=3.3.3 libarchive],
|
AS_IF([pkg-config --atleast-version=3.3.3 libarchive],
|
||||||
[AC_DEFINE([HAVE_LIBARCHIVE_ZSTD], 1, [Define if we have libarchive with zstd])])
|
[AC_DEFINE([HAVE_LIBARCHIVE_ZSTD], 1, [Define if we have libarchive with zstd])])
|
||||||
|
|
||||||
dnl This is the current version in Fedora 25.
|
|
||||||
AS_IF([pkg-config --atleast-version=4.14.2 rpm], [], [AC_MSG_ERROR([librpm 4.14.2 required])])
|
|
||||||
|
|
||||||
dnl We don't *actually* use this ourself, but librepo does, and libdnf gets confused
|
dnl We don't *actually* use this ourself, but librepo does, and libdnf gets confused
|
||||||
dnl if librepo doesn't support it.
|
dnl if librepo doesn't support it.
|
||||||
have_zchunk=no
|
have_zchunk=no
|
||||||
|
Loading…
Reference in New Issue
Block a user