diff options
author | yami <34216515+kn-yami@users.noreply.github.com> | 2018-12-16 16:17:20 +0100 |
---|---|---|
committer | yami <34216515+kn-yami@users.noreply.github.com> | 2019-02-02 18:06:10 +0100 |
commit | b241a84d884293e1ce49a79c75e362c02c0899f9 (patch) | |
tree | 4d1df04790cc8c785141e8dd8ffea9e6da5a0c02 /old-configure.in | |
parent | fa311a4cae5ea526e848adc4f49c6aa0b700702c (diff) | |
download | uxp-b241a84d884293e1ce49a79c75e362c02c0899f9.tar.gz |
issue #908 - implement missing parts of CSS mask
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/old-configure.in b/old-configure.in index 0d9ace960d..eba476bd07 100644 --- a/old-configure.in +++ b/old-configure.in @@ -5594,22 +5594,6 @@ fi AC_SUBST(PREPROCESS_OPTION) -dnl ======================================================== -dnl mask as shorthand property -dnl ======================================================== - -# The control structure code will be removed as soon as the feature is stable -# Refer to bug 1281101 for more details. - -# Enable mask-as-shorthand property by default for nightly and aurora channels -if test -z "$RELEASE_OR_BETA"; then - dnl mask as shorthand property enabled - MOZ_ENABLE_MASK_AS_SHORTHAND=1 - AC_DEFINE(MOZ_ENABLE_MASK_AS_SHORTHAND) -fi - -AC_SUBST(MOZ_ENABLE_MASK_AS_SHORTHAND) - # Avoid using obsolete NSPR features AC_DEFINE(NO_NSPR_10_SUPPORT) |