dnl $Id: config.m4,v 1.2 2004/01/09 19:22:36 andrey Exp $ dnl config.m4 for extension stats PHP_ARG_ENABLE(stats, whether to enable stats support, [ --enable-stats Enable statistics support]) if test "$PHP_STATS" != "no"; then PHP_NEW_EXTENSION(stats, statistics.c com.c dcdflib.c ipmpar.c linpack.c randlib.c, $ext_shared) fi