We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f81c2 commit a029549Copy full SHA for a029549
build/php.m4
@@ -1939,8 +1939,7 @@ dnl When not using pkg-config, the optional pgsql-dir is the PostgreSQL base
1939
dnl install directory or the path to pg_config.
1940
dnl
1941
AC_DEFUN([PHP_SETUP_PGSQL],
1942
-[found_pgsql=no
1943
-PKG_CHECK_MODULES([PGSQL], [libpq >= 9.3], [found_pgsql=yes], [
+[PKG_CHECK_MODULES([PGSQL], [libpq >= 9.3], [found_pgsql=yes], [
1944
dnl Undocumented BC feature: The PGSQL_INCLUDE variable can be also passed to
1945
dnl configure script to override the PostgreSQL library include directory.
1946
PHP_EXPAND_PATH([$PGSQL_INCLUDE], [PGSQL_INCLUDE])
0 commit comments