From b248ec207c1105b9e72d9d4ed112d36816c68749 Mon Sep 17 00:00:00 2001 From: Hung Tran Date: Tue, 13 Apr 2021 22:00:41 -0500 Subject: [PATCH] rename PHP_WITHOUT_PGSQL to PHP_WITHOUT_PDO_PGSQL --- bin/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install b/bin/install index 1219ff6..6dea833 100755 --- a/bin/install +++ b/bin/install @@ -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"