You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
326 B

dnl $Id$
dnl config.m4 for extension tokenizer
dnl Otherwise use enable:
PHP_ARG_ENABLE(tokenizer, whether to enable tokenizer support,
[ --disable-tokenizer Disable tokenizer support], yes)
if test "$PHP_TOKENIZER" != "no"; then
PHP_NEW_EXTENSION(tokenizer, tokenizer.c, $ext_shared)
PHP_ADD_MAKEFILE_FRAGMENT
fi