end of line sequence is no configurable

--HG--
branch : trunk
diff --git a/jinja2/ext.py b/jinja2/ext.py
index 701f54d..7445705 100644
--- a/jinja2/ext.py
+++ b/jinja2/ext.py
@@ -367,7 +367,7 @@
         options.get('comment_end_string', '#}'),
         options.get('line_statement_prefix') or None,
         options.get('trim_blocks', '').lower() in ('1', 'on', 'yes', 'true'),
-        tuple(extensions),
+        '\n', frozenset(extensions),
         # fill with defaults so that environments are shared
         # with other spontaneus environments.  The rest of the
         # arguments are optimizer, undefined, finalize, autoescape,