[GTK][PATCH] Enable MathML support by default
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 22 Jan 2012 03:45:14 +0000 (03:45 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 22 Jan 2012 03:45:14 +0000 (03:45 +0000)
https://bugs.webkit.org/show_bug.cgi?id=76790

Patch by Priit Laes <plaes@plaes.org> on 2012-01-21
Reviewed by Martin Robinson.

* configure.ac: Enable MathML by default.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105584 268f45cc-cd09-0410-ab3c-d52691b4dbfc

ChangeLog
configure.ac

index 33f4dd6..f8ba7f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-01-21  Priit Laes  <plaes@plaes.org>
+
+        [GTK][PATCH] Enable MathML support by default
+        https://bugs.webkit.org/show_bug.cgi?id=76790
+
+        Reviewed by Martin Robinson.
+
+        * configure.ac: Enable MathML by default.
+
 2012-01-20  Marc-Andre Decoste  <mad@chromium.org>
 
         Add proper offset to position right click to simulate a context menu invocation.
index ab7e980..b0256f3 100644 (file)
@@ -647,8 +647,8 @@ AC_MSG_RESULT([$enable_geolocation])
 AC_MSG_CHECKING([whether to enable MathML support])
 AC_ARG_ENABLE(mathml,
               AC_HELP_STRING([--enable-mathml],
-                             [enable support for MathML [default=no]]),
-              [],[enable_mathml="no"])
+                             [enable support for MathML [default=yes]]),
+              [],[enable_mathml="yes"])
 AC_MSG_RESULT([$enable_mathml])
 
 # check whether to enable SVG support