check that needed functions exists
[m6w6/ext-pq] / config9.m4
index d3fb2b27aba1fa43bcc7866f9ade27f673c3e41d..d845e282d4652f321c27b1bf8d637656b80058ee 100644 (file)
@@ -99,6 +99,8 @@ if test "$PHP_PQ" != "no"; then
        PHP_SUBST(PQ_SHARED_LIBADD)
 
        PQ_CHECK_FUNC(PQlibVersion)
+       PQ_CHECK_FUNC(PQprotocolVersion)
+       PQ_CHECK_FUNC(PQserverVersion)
        PQ_CHECK_FUNC(PQconninfo)
        PQ_CHECK_FUNC(PQsetSingleRowMode)