Added config.w32 for windows builds

This commit is contained in:
Arjen Brouwer
2011-11-21 23:54:57 +01:00
parent 82e3ecc6da
commit ffb246083a
+8
View File
@@ -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');
}