X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=config.m4;h=0ec1dbd1abe63498e287d5922253e75caeebc98a;hp=ed20d5620964ea98c6da02ed0e6c277cb0adf9d0;hb=3fe349a4acbfc6bc777cae313742c5d87d651550;hpb=af939d7efae5ddeb3d38327bacd7051a37154c8b;ds=sidebyside diff --git a/config.m4 b/config.m4 index ed20d56..0ec1dbd 100644 --- a/config.m4 +++ b/config.m4 @@ -31,6 +31,7 @@ if test "$PHP_PQ" != "no"; then -L$PQ_DIR/$PHP_LIBDIR ]) PHP_CHECK_LIBRARY(pq, PQlibVersion, [AC_DEFINE(HAVE_PQLIBVERSION, 1, Have PQlibVersion)]) + PHP_CHECK_LIBRARY(pq, PQconninfo, [AC_DEFINE(HAVE_PQCONNINFO, 1, Have PQconninfo)]) PQ_SRC="\ src/php_pq_module.c\