Changeset 88720 in webkit


Ignore:
Timestamp:
Jun 13, 2011 3:39:28 PM (13 years ago)
Author:
joone.hur@collabora.co.uk
Message:

2011-06-13 Joone Hur <joone.hur@collabora.co.uk>

Reviewed by Martin Robinson.

[GTK] Need to report whether touch icon loading is enabled
https://bugs.webkit.org/show_bug.cgi?id=62532

It needs to report whether touch icon loading is enabled.

  • configure.ac: Updated option parsing code for loading touch icons.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r88716 r88720  
     12011-06-13  Joone Hur  <joone.hur@collabora.co.uk>
     2
     3        Reviewed by Martin Robinson.
     4
     5        [GTK] Need to report whether touch icon loading is enabled
     6        https://bugs.webkit.org/show_bug.cgi?id=62532
     7
     8        It needs to report whether touch icon loading is enabled.
     9
     10        * configure.ac: Updated option parsing code for loading touch icons.
     11
    1122011-06-13  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
    213
  • trunk/configure.ac

    r87742 r88720  
    889889AC_MSG_RESULT([$enable_animation_api])
    890890
    891 # check whether to enable animation API
     891# check whether to enable touch icon loading
    892892AC_MSG_CHECKING([whether to enable touch icon loading])
    893 AC_ARG_ENABLE(animation_api,
     893AC_ARG_ENABLE(touch_icon_loading,
    894894              AC_HELP_STRING([--enable-touch-icon-loading],
    895895                             [enable support for loading touch icons [default=no]]),
     
    12511251 Spellcheck support                                       : $enable_spellcheck
    12521252 Animation API                                            : $enable_animation_api
     1253 Touch Icon Loading support                               : $enable_touch_icon_loading
    12531254
    12541255GTK+ configuration:
Note: See TracChangeset for help on using the changeset viewer.