config.m4 221B

123456789
  1. dnl config.m4 for extension twig
  2. PHP_ARG_ENABLE(twig, whether to enable twig support,
  3. [ --enable-twig Enable twig support])
  4. if test "$PHP_TWIG" != "no"; then
  5. PHP_NEW_EXTENSION(twig, twig.c, $ext_shared)
  6. fi