summaryrefslogtreecommitdiff
path: root/ext/tokenizer/config.m4
blob: eed403626e95fd8a9e10dad92d112c42a4dcb5df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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