From 5db26dd415369dbc97ce1fb2c21ced3141a0da3a Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 19 Feb 2001 07:49:16 +0000 Subject: [PATCH] Allow passing relative paths to --with-pgsql --- ext/pgsql/config.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4 index 99d5bbeb7d..bedf744837 100644 --- a/ext/pgsql/config.m4 +++ b/ext/pgsql/config.m4 @@ -9,6 +9,7 @@ PHP_ARG_WITH(pgsql,for PostgreSQL support, to build as a dl and still specify DIR.]) if test "$PHP_PGSQL" != "no"; then + AC_EXPAND_PATH($PHP_PGSQL, PHP_PGSQL) for i in /usr /usr/local /usr/local/pgsql $PHP_PGSQL; do PGSQL_INC_CHK(/include) el[]PGSQL_INC_CHK(/include/pgsql) -- 2.50.1