]> git.immae.eu Git - github/wallabag/wallabag.git/blame - vendor/twig/twig/ext/twig/config.m4
gitignore vendor
[github/wallabag/wallabag.git] / vendor / twig / twig / ext / twig / config.m4
CommitLineData
4f5b44bd
NL
1dnl config.m4 for extension twig
2
3PHP_ARG_ENABLE(twig, whether to enable twig support,
4[ --enable-twig Enable twig support])
5
6if test "$PHP_TWIG" != "no"; then
7 PHP_NEW_EXTENSION(twig, twig.c, $ext_shared)
8fi