Changeset 105584 in webkit


Ignore:
Timestamp:
Jan 21, 2012 7:45:14 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK][PATCH] Enable MathML support by default
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.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r105538 r105584  
     12012-01-21  Priit Laes  <plaes@plaes.org>
     2
     3        [GTK][PATCH] Enable MathML support by default
     4        https://bugs.webkit.org/show_bug.cgi?id=76790
     5
     6        Reviewed by Martin Robinson.
     7
     8        * configure.ac: Enable MathML by default.
     9
    1102012-01-20  Marc-Andre Decoste  <mad@chromium.org>
    211
  • trunk/configure.ac

    r105503 r105584  
    648648AC_ARG_ENABLE(mathml,
    649649              AC_HELP_STRING([--enable-mathml],
    650                              [enable support for MathML [default=no]]),
    651               [],[enable_mathml="no"])
     650                             [enable support for MathML [default=yes]]),
     651              [],[enable_mathml="yes"])
    652652AC_MSG_RESULT([$enable_mathml])
    653653
Note: See TracChangeset for help on using the changeset viewer.