mirror of
https://github.com/php/pecl-php-parsekit.git
synced 2026-03-24 01:02:10 +01:00
11 lines
312 B
Plaintext
11 lines
312 B
Plaintext
dnl $Id$
|
|
dnl config.m4 for extension parsekit
|
|
|
|
PHP_ARG_ENABLE(parsekit, whether to enable parsekit support,
|
|
[ --enable-parsekit Enable parsekit support])
|
|
|
|
if test "$PHP_PARSEKIT" != "no"; then
|
|
AC_DEFINE(HAVE_PARSEKIT, 1, [ Parser Toolkit ])
|
|
PHP_NEW_EXTENSION(parsekit, parsekit.c, $ext_shared)
|
|
fi
|