From 0a542746bae981b2f44973b1b6ae8399ab8699eb Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 11 Sep 2014 16:39:57 +0200 Subject: [PATCH] fix --without-pq-postgresql --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index 21d3b88..cb35a05 100644 --- a/config.m4 +++ b/config.m4 @@ -1,7 +1,7 @@ PHP_ARG_WITH(pq, [whether to enable libpq (PostgreSQL) support], [ --with-pq[=DIR] Include libpq support]) PHP_ARG_WITH(pq-postgresql, [where to find PostgreSQL server headers], -[ --with-pq-postgresql[=DIR] PQ: Define some standard type OIDs from catalog/pg_type.h], $PHP_PQ) +[ --with-pq-postgresql[=DIR] PQ: Define some standard type OIDs from catalog/pg_type.h], $PHP_PQ, no) if test "$PHP_PQ" != "no"; then SEARCH_PATH="/usr/local /usr /opt" -- 2.30.2