dnl $Id: config.m4.old,v 1.1 2002/07/23 06:55:57 alan_k Exp $ dnl config.m4 for extension tokenizer dnl Otherwise use enable: PHP_ARG_ENABLE(bcompiler, whether to enable bcompiler support, [ --enable-tokenizer Enable bcompiler support]) if test "$PHP_BCOMPILER" != "no"; then PHP_EXTENSION(bcompiler, $ext_shared) fi