dnl $Id: config.m4,v 1.1 2007/11/13 11:13:55 pollita Exp $ dnl config.m4 for extension params PHP_ARG_ENABLE(params, whether to enable params support, [ --enable-params Disable params support]) if test "$PHP_PARAMS" != "no"; then PHP_NEW_EXTENSION(params, php_params.c, $ext_shared) fi