diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-12 14:12:40 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-12 14:12:40 +0200 |
commit | 16192a25a02e72eee26009f47bf85e0644ac3daf (patch) | |
tree | 0eb1cc1e384cc21cb803abb19968d24c4d28c665 /config.m4 | |
parent | 9104d986ab93577575eab6cc7c750b1adb84b46a (diff) |
stream require librpm 4.13
Diffstat (limited to 'config.m4')
-rw-r--r-- | config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |