6674c72da16f0be6dc5176ab1bb5616d68a4d5e8
[m6w6/ext-apfd] / config.m4
1 PHP_ARG_ENABLE(apfd, whether to enable apfd support,
2 [ --enable-apfd Enable always-populate-form-data support])
3
4 if test "$PHP_APFD" != "no"; then
5 PHP_NEW_EXTENSION(apfd, php_apfd.c, $ext_shared)
6 fi