Merge branch 'PHP-7.4'

* PHP-7.4:
  add comment about pg_config/pkgconfig
This commit is contained in:
Remi Collet 2019-06-12 09:39:24 +02:00
commit 19d8e054b1

View File

@ -7,6 +7,9 @@ PHP_ARG_WITH([pgsql],
if test "$PHP_PGSQL" != "no"; then
PHP_EXPAND_PATH($PGSQL_INCLUDE, PGSQL_INCLUDE)
dnl pg_config is still the default way to retrieve build options
dnl pkgconfig support was only introduced in 9.3
AC_MSG_CHECKING(for pg_config)
for i in $PHP_PGSQL $PHP_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
if test -x $i/pg_config; then