mirror of
https://github.com/jlengrand/asdf-php.git
synced 2026-03-10 08:01:22 +00:00
rename PHP_WITHOUT_PGSQL to PHP_WITHOUT_PDO_PGSQL
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user