diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-18 14:39:49 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-18 14:39:49 +0100 |
commit | 89349c56fbf670143c2690db691613a830af94e0 (patch) | |
tree | 728dc1cf243886bd2bd30789b7bb2ebc76ea96aa | |
parent | d7c08a5c2318abffeabe8d964fa5ea8fef56f2cf (diff) |
explicitly requires autoconf >= 2.64
-rw-r--r-- | php-pecl-parallel.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-pecl-parallel.spec b/php-pecl-parallel.spec index 410a846..94087cd 100644 --- a/php-pecl-parallel.spec +++ b/php-pecl-parallel.spec @@ -21,6 +21,7 @@ Source0: http://pecl.php.net/get/%%{pecl_name}-%{version}.tgz BuildRequires: %{?scl_prefix}php-zts-devel > 7.1 BuildRequires: %{?scl_prefix}php-pear +BuildRequires: autoconf >= 2.64 Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} |