X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=config.m4;h=a6a82b511d8771bb8f23f20406d232b072e95a29;hp=cfb995bfc3e1528267d9e1a24e551798657fbad8;hb=f4decb22c942aaa044daae6608bafb9bb3b7a02e;hpb=fad4fe6a60c56ad5d5752e10abd1085884cc09c2 diff --git a/config.m4 b/config.m4 index cfb995b..a6a82b5 100644 --- a/config.m4 +++ b/config.m4 @@ -1,7 +1,7 @@ PHP_ARG_WITH(pq, [whether to enable libpq (PostgreSQL) support], -[ --with-pq Include libpq support]) +[ --with-pq[=DIR] Include libpq support]) PHP_ARG_WITH(pq-postgresql, [where to find PostgreSQL server headers], -[ --with-pq-postgresql Define some standard type IODs from catalog/pg_type.h], [$PHP_PQ]) +[ --with-pq-postgresql[=DIR] PQ: Define some standard type OIDs from catalog/pg_type.h], $PHP_PQ) if test "$PHP_PQ" != "no"; then SEARCH_PATH="/usr/local /usr /opt"