X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=config.m4;h=cb35a05f675b9613d1bde4017b0e7defde510f64;hp=21d3b88cb913b4e9c633c7c0f91aeb9cd4951b60;hb=0a542746bae981b2f44973b1b6ae8399ab8699eb;hpb=6bc532fef1d3f11d75e192c35c1fa3a5ada24d99 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"