summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHugh McMaster <hugh.mcmaster@outlook.com>2019-04-24 21:39:17 +1000
committerNikita Popov <nikita.ppv@gmail.com>2019-04-29 14:16:16 +0200
commitc9ee822bb614e27b5afdff5c951ac3939377a7c9 (patch)
tree75fafd15c48571f1baed2fa209be20d18178a43d /scripts
parentb1c5f7b265b59586b8a3db7f3afa180e262b68b9 (diff)
downloadphp-git-c9ee822bb614e27b5afdff5c951ac3939377a7c9.tar.gz
Always use pkg-config from the host architecture
Diffstat (limited to 'scripts')
-rw-r--r--scripts/phpize.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4
index 61af6c2b74..bcd66df6f3 100644
--- a/scripts/phpize.m4
+++ b/scripts/phpize.m4
@@ -33,6 +33,7 @@ test -z "$CFLAGS" && auto_cflags=1
abs_srcdir=`(cd $srcdir && pwd)`
abs_builddir=`pwd`
+PKG_PROG_PKG_CONFIG
AC_PROG_CC([cc gcc])
PHP_DETECT_ICC
PHP_DETECT_SUNCC