From: Arjen Brouwer Date: Mon, 21 Nov 2011 22:54:57 +0000 (+0100) Subject: Added config.w32 for windows builds X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=ffb246083ad816e7d0063fe082fa6b288d5dac20;p=web%2Fkonrad%2Ftwig.git Added config.w32 for windows builds --- diff --git a/ext/twig/config.w32 b/ext/twig/config.w32 new file mode 100644 index 0000000..cb287b9 --- /dev/null +++ b/ext/twig/config.w32 @@ -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'); +}