dnl dnl $Id: config.m4,v 1.6.4.1 2003/10/03 05:25:34 sniper Exp $ dnl PHP_ARG_ENABLE(filepro,whether to enable the bundled filePro support, [ --enable-filepro Enable the bundled read-only filePro support.]) if test "$PHP_FILEPRO" = "yes"; then AC_DEFINE(HAVE_FILEPRO, 1, [ ]) PHP_NEW_EXTENSION(filepro, filepro.c, $ext_shared) fi