~ubuntu-branches/ubuntu/hardy/php5/hardy-updates

« back to all changes in this revision

Viewing changes to ext/tokenizer/config.m4

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-10-09 03:14:32 UTC
  • Revision ID: james.westby@ubuntu.com-20051009031432-kspik3lobxstafv9
Tags: upstream-5.0.5
ImportĀ upstreamĀ versionĀ 5.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl $Id: config.m4,v 1.5 2002/04/16 05:37:51 ssb Exp $
 
2
dnl config.m4 for extension tokenizer
 
3
 
 
4
dnl Otherwise use enable:
 
5
 
 
6
PHP_ARG_ENABLE(tokenizer, whether to enable tokenizer support,
 
7
[  --disable-tokenizer     Disable tokenizer support], yes)
 
8
 
 
9
if test "$PHP_TOKENIZER" != "no"; then
 
10
  PHP_NEW_EXTENSION(tokenizer, tokenizer.c, $ext_shared)
 
11
  PHP_ADD_MAKEFILE_FRAGMENT
 
12
fi