php-src/ext/tokenizer/config.m4

13 lines
326 B
Plaintext
Raw Normal View History

dnl $Id$
dnl config.m4 for extension tokenizer
dnl Otherwise use enable:
PHP_ARG_ENABLE(tokenizer, whether to enable tokenizer support,
2002-04-16 05:37:51 +00:00
[ --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