|
Lines 1006-1011
AC_ARG_ENABLE(css3_flexbox,
a/configure.ac_sec1
|
| 1006 |
[],[enable_css3_flexbox=$enable_unstable_features]) |
1006 |
[],[enable_css3_flexbox=$enable_unstable_features]) |
| 1007 |
AC_MSG_RESULT([$enable_css3_flexbox]) |
1007 |
AC_MSG_RESULT([$enable_css3_flexbox]) |
| 1008 |
|
1008 |
|
|
|
1009 |
# check whether to enable CSS3 text decoration support |
| 1010 |
AC_MSG_CHECKING([whether to enable CSS3 text decoration support]) |
| 1011 |
AC_ARG_ENABLE(css3_text_decoration, |
| 1012 |
AC_HELP_STRING([--enable-css3-text-decoration], |
| 1013 |
[enable CSS3 text decoration support [default=no]]), |
| 1014 |
[],[enable_css3_text_decoration=$enable_unstable_features]) |
| 1015 |
AC_MSG_RESULT([$enable_css3_text_decoration]) |
| 1016 |
|
| 1009 |
# check whether to enable FastMalloc |
1017 |
# check whether to enable FastMalloc |
| 1010 |
AC_MSG_CHECKING([whether to enable optimized memory allocator]) |
1018 |
AC_MSG_CHECKING([whether to enable optimized memory allocator]) |
| 1011 |
AC_ARG_ENABLE(fast_malloc, |
1019 |
AC_ARG_ENABLE(fast_malloc, |
|
Lines 1464-1469
AM_CONDITIONAL([ENABLE_SVG],[test "$enable_svg" = "yes"])
a/configure.ac_sec2
|
| 1464 |
AM_CONDITIONAL([ENABLE_SVG_FONTS],[test "$enable_svg_fonts" = "yes"]) |
1472 |
AM_CONDITIONAL([ENABLE_SVG_FONTS],[test "$enable_svg_fonts" = "yes"]) |
| 1465 |
AM_CONDITIONAL([ENABLE_COVERAGE],[test "$enable_coverage" = "yes"]) |
1473 |
AM_CONDITIONAL([ENABLE_COVERAGE],[test "$enable_coverage" = "yes"]) |
| 1466 |
AM_CONDITIONAL([ENABLE_CSS3_FLEXBOX],[test "$enable_css3_flexbox" = "yes"]) |
1474 |
AM_CONDITIONAL([ENABLE_CSS3_FLEXBOX],[test "$enable_css3_flexbox" = "yes"]) |
|
|
1475 |
AM_CONDITIONAL([ENABLE_CSS3_TEXT_DECORATION],[test "$enable_css3_text_decoration" = "yes"]) |
| 1467 |
AM_CONDITIONAL([ENABLE_FAST_MALLOC],[test "$enable_fast_malloc" = "yes"]) |
1476 |
AM_CONDITIONAL([ENABLE_FAST_MALLOC],[test "$enable_fast_malloc" = "yes"]) |
| 1468 |
AM_CONDITIONAL([ENABLE_WORKERS],[test "$enable_workers" = "yes"]) |
1477 |
AM_CONDITIONAL([ENABLE_WORKERS],[test "$enable_workers" = "yes"]) |
| 1469 |
AM_CONDITIONAL([ENABLE_SHADOW_DOM],[test "$enable_shadow_dom" = "yes"]) |
1478 |
AM_CONDITIONAL([ENABLE_SHADOW_DOM],[test "$enable_shadow_dom" = "yes"]) |
|
Lines 1550-1555
Features:
a/configure.ac_sec3
|
| 1550 |
CSS Regions support : $enable_css_regions |
1559 |
CSS Regions support : $enable_css_regions |
| 1551 |
CSS box-decoration-break support : $enable_css_box_decoration_break |
1560 |
CSS box-decoration-break support : $enable_css_box_decoration_break |
| 1552 |
CSS3 Flexbox support : $enable_css3_flexbox |
1561 |
CSS3 Flexbox support : $enable_css3_flexbox |
|
|
1562 |
CSS3 Text Decoration support : $enable_css3_text_decoration |
| 1553 |
Color input support : $enable_input_type_color |
1563 |
Color input support : $enable_input_type_color |
| 1554 |
DOM mutation observer support : $enable_mutation_observers |
1564 |
DOM mutation observer support : $enable_mutation_observers |
| 1555 |
DeviceOrientation support : $enable_device_orientation |
1565 |
DeviceOrientation support : $enable_device_orientation |