Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / ext / twig / config.m4
1 dnl config.m4 for extension twig
2
3 PHP_ARG_ENABLE(twig, whether to enable twig support,
4 [  --enable-twig           Enable twig support])
5
6 if test "$PHP_TWIG" != "no"; then
7   PHP_NEW_EXTENSION(twig, twig.c, $ext_shared)
8 fi