Skip to content

Commit a029549

Browse files
committed
Remove redundant have_pgsql variable
1 parent 21f81c2 commit a029549

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/php.m4

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,8 +1939,7 @@ dnl When not using pkg-config, the optional pgsql-dir is the PostgreSQL base
19391939
dnl install directory or the path to pg_config.
19401940
dnl
19411941
AC_DEFUN([PHP_SETUP_PGSQL],
1942-
[found_pgsql=no
1943-
PKG_CHECK_MODULES([PGSQL], [libpq >= 9.3], [found_pgsql=yes], [
1942+
[PKG_CHECK_MODULES([PGSQL], [libpq >= 9.3], [found_pgsql=yes], [
19441943
dnl Undocumented BC feature: The PGSQL_INCLUDE variable can be also passed to
19451944
dnl configure script to override the PostgreSQL library include directory.
19461945
PHP_EXPAND_PATH([$PGSQL_INCLUDE], [PGSQL_INCLUDE])

0 commit comments

Comments
 (0)