rename PHP_WITHOUT_PGSQL to PHP_WITHOUT_PDO_PGSQL

This commit is contained in:
Hung Tran
2021-04-13 22:00:41 -05:00
parent c9f5f06583
commit b248ec207c

View File

@@ -158,7 +158,7 @@ construct_configure_options() {
configure_options="$configure_options --with-pear"
fi
if [ "${PHP_WITHOUT_PGSQL:-no}" != "no" ]; then
if [ "${PHP_WITHOUT_PDO_PGSQL:-no}" != "no" ]; then
configure_options="$configure_options"
else
configure_options="$configure_options --with-pdo-pgsql"