diff options
author | Hugh McMaster <hugh.mcmaster@outlook.com> | 2019-04-24 21:39:17 +1000 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-04-29 14:16:16 +0200 |
commit | c9ee822bb614e27b5afdff5c951ac3939377a7c9 (patch) | |
tree | 75fafd15c48571f1baed2fa209be20d18178a43d /ext/zip | |
parent | b1c5f7b265b59586b8a3db7f3afa180e262b68b9 (diff) | |
download | php-git-c9ee822bb614e27b5afdff5c951ac3939377a7c9.tar.gz |
Always use pkg-config from the host architecture
Diffstat (limited to 'ext/zip')
-rw-r--r-- | ext/zip/config.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/zip/config.m4 b/ext/zip/config.m4 index c1c8cbc18e..b1f87a0101 100644 --- a/ext/zip/config.m4 +++ b/ext/zip/config.m4 @@ -17,9 +17,6 @@ if test "$PHP_ZIP" != "no"; then PHP_ZIP_SOURCES="php_zip.c zip_stream.c" if test "$PHP_LIBZIP" != "no"; then - - AC_PATH_PROG(PKG_CONFIG, pkg-config, no) - AC_MSG_CHECKING(for libzip) if test -r $PHP_LIBZIP/include/zip.h; then LIBZIP_CFLAGS="-I$PHP_LIBZIP/include" |