From 16192a25a02e72eee26009f47bf85e0644ac3daf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Oct 2023 14:12:40 +0200 Subject: stream require librpm 4.13 --- config.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'config.m4') diff --git a/config.m4 b/config.m4 index 49f6f1d..fa16010 100644 --- a/config.m4 +++ b/config.m4 @@ -16,6 +16,7 @@ if test "$PHP_RPMINFO" != "no"; then LIBRPM_VERSON=`$PKG_CONFIG rpm --modversion` AC_MSG_RESULT(from pkgconfig: version $LIBRPM_VERSON) if $PKG_CONFIG rpm --atleast-version 4.13; then + AC_DEFINE(HAVE_ARCHIVE, 1, [ Archive reader since RPM 4.13 ]) AC_DEFINE(HAVE_WEAKDEP, 1, [ Indexes on weak dependency field since RPM 4.13 ]) fi else -- cgit