X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=config.m4;h=18ee2504837b5d288850de491b73f68c1ed62fa2;hp=7abff92cb0bb96fc71a3cfaf2f35e8c631c2f7ed;hb=db92ec69957a3de3e09c86c0037ff36603b7ed48;hpb=0fe5cdcdf5b8b20c80ff592de3187f2200321d6a diff --git a/config.m4 b/config.m4 index 7abff92..18ee250 100644 --- a/config.m4 +++ b/config.m4 @@ -35,5 +35,6 @@ if test "$PHP_PQ" != "no"; then PQ_SRC="src/php_pq.c" PHP_NEW_EXTENSION(pq, $PQ_SRC, $ext_shared) PHP_ADD_BUILD_DIR($ext_builddir/src, 1) + PHP_ADD_EXTENSION_DEP(pq, raphf) fi