set right size for the file, probably did some edit after running the
[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