X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config.m4;fp=config.m4;h=6674c72da16f0be6dc5176ab1bb5616d68a4d5e8;hb=1e92ec497c976bab5ef610663f84600d735101c6;hp=0000000000000000000000000000000000000000;hpb=3cb72563cd26615a507b83265be7967c5f426faf;p=m6w6%2Fext-apfd diff --git a/config.m4 b/config.m4 new file mode 100644 index 0000000..6674c72 --- /dev/null +++ b/config.m4 @@ -0,0 +1,6 @@ +PHP_ARG_ENABLE(apfd, whether to enable apfd support, +[ --enable-apfd Enable always-populate-form-data support]) + +if test "$PHP_APFD" != "no"; then + PHP_NEW_EXTENSION(apfd, php_apfd.c, $ext_shared) +fi