mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +00:00
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
dnl config.m4 for extension twig
|
|
|
|
PHP_ARG_ENABLE(twig, whether to enable twig support,
|
|
[ --enable-twig Enable twig support])
|
|
|
|
if test "$PHP_TWIG" != "no"; then
|
|
PHP_NEW_EXTENSION(twig, twig.c, $ext_shared)
|
|
fi
|