Skip to content

Commit

Permalink
Merge branch 'PHP-7.4'
Browse files Browse the repository at this point in the history
* PHP-7.4:
  add comment about pg_config/pkgconfig
  • Loading branch information
remicollet committed Jun 12, 2019
2 parents 9fa009c + 66bd787 commit 19d8e05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ext/pgsql/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19d8e05

Please sign in to comment.