fix --without-pq-postgresql
authorMichael Wallner <mike@php.net>
Thu, 11 Sep 2014 14:39:57 +0000 (16:39 +0200)
committerMichael Wallner <mike@php.net>
Thu, 11 Sep 2014 14:39:57 +0000 (16:39 +0200)
config.m4

index 21d3b88cb913b4e9c633c7c0f91aeb9cd4951b60..cb35a05f675b9613d1bde4017b0e7defde510f64 100644 (file)
--- 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],
 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"
 
 if test "$PHP_PQ" != "no"; then
        SEARCH_PATH="/usr/local /usr /opt"