From: Michael Wallner Date: Thu, 11 Sep 2014 14:39:57 +0000 (+0200) Subject: fix --without-pq-postgresql X-Git-Tag: v0.5.0~36 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=0a542746bae981b2f44973b1b6ae8399ab8699eb;ds=sidebyside fix --without-pq-postgresql --- 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"