mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +00:00
Added config.w32 for windows builds
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// vim:ft=javascript
|
||||
|
||||
ARG_ENABLE("twig", "Twig support", "no");
|
||||
|
||||
if (PHP_TWIG != "no") {
|
||||
AC_DEFINE('HAVE_TWIG', 1);
|
||||
EXTENSION('twig', 'twig.c');
|
||||
}
|
||||
Reference in New Issue
Block a user