|
Lines 579-584
AC_ARG_ENABLE(mathml,
a/configure.ac_sec1
|
| 579 |
[],[enable_mathml="no"]) |
579 |
[],[enable_mathml="no"]) |
| 580 |
AC_MSG_RESULT([$enable_mathml]) |
580 |
AC_MSG_RESULT([$enable_mathml]) |
| 581 |
|
581 |
|
|
|
582 |
# check whether to enable page visibility API. |
| 583 |
AC_MSG_CHECKING([whether to enable Page Visibility API support]) |
| 584 |
AC_ARG_ENABLE(page_visibility_api, |
| 585 |
AC_HELP_STRING([--enable-page-visibility-api], |
| 586 |
[enable page visibility api[default=no]]), |
| 587 |
[],[enable_page_visibility_api="no"]) |
| 588 |
AC_MSG_RESULT([$enable_page_visibility_api]) |
| 589 |
|
| 582 |
# check whether to enable SVG support |
590 |
# check whether to enable SVG support |
| 583 |
AC_MSG_CHECKING([whether to enable SVG support]) |
591 |
AC_MSG_CHECKING([whether to enable SVG support]) |
| 584 |
AC_ARG_ENABLE(svg, |
592 |
AC_ARG_ENABLE(svg, |
|
Lines 1040-1045
AM_CONDITIONAL([ENABLE_MEDIA_STATISTICS],[test "$enable_media_statistics" = "yes
a/configure.ac_sec2
|
| 1040 |
AM_CONDITIONAL([ENABLE_FULLSCREEN_API],[test "$enable_fullscreen_api" = "yes"]) |
1048 |
AM_CONDITIONAL([ENABLE_FULLSCREEN_API],[test "$enable_fullscreen_api" = "yes"]) |
| 1041 |
AM_CONDITIONAL([ENABLE_NOTIFICATIONS],[test "$enable_notifications" = "yes"]) |
1049 |
AM_CONDITIONAL([ENABLE_NOTIFICATIONS],[test "$enable_notifications" = "yes"]) |
| 1042 |
AM_CONDITIONAL([ENABLE_ORIENTATION_EVENTS],[test "$enable_orientation_events" = "yes"]) |
1050 |
AM_CONDITIONAL([ENABLE_ORIENTATION_EVENTS],[test "$enable_orientation_events" = "yes"]) |
|
|
1051 |
AM_CONDITIONAL([ENABLE_PAGE_VISIBILITY_API],[test "$enable_page_visibility_apis" = "yes"]) |
| 1043 |
AM_CONDITIONAL([ENABLE_SVG],[test "$enable_svg" = "yes"]) |
1052 |
AM_CONDITIONAL([ENABLE_SVG],[test "$enable_svg" = "yes"]) |
| 1044 |
AM_CONDITIONAL([ENABLE_SVG_ANIMATION],[test "$enable_svg_animation" = "yes"]) |
1053 |
AM_CONDITIONAL([ENABLE_SVG_ANIMATION],[test "$enable_svg_animation" = "yes"]) |
| 1045 |
AM_CONDITIONAL([ENABLE_SVG_FONTS],[test "$enable_svg_fonts" = "yes"]) |
1054 |
AM_CONDITIONAL([ENABLE_SVG_FONTS],[test "$enable_svg_fonts" = "yes"]) |
|
Lines 1133-1138
Features:
a/configure.ac_sec3
|
| 1133 |
Image resizer support : $enable_image_resizer |
1142 |
Image resizer support : $enable_image_resizer |
| 1134 |
Link prefetch support : $enable_link_prefetch |
1143 |
Link prefetch support : $enable_link_prefetch |
| 1135 |
Opcode stats : $enable_opcode_stats |
1144 |
Opcode stats : $enable_opcode_stats |
|
|
1145 |
Page visibility API support : $enable_page_visibility_api |
| 1136 |
SharedWorkers support : $enable_shared_workers |
1146 |
SharedWorkers support : $enable_shared_workers |
| 1137 |
Speech input support : $enable_input_speech |
1147 |
Speech input support : $enable_input_speech |
| 1138 |
SVG support : $enable_svg |
1148 |
SVG support : $enable_svg |