Another try at --enable-mathml with a patch from bbaetz
This commit is contained in:
Родитель
b553ca3a3a
Коммит
93bcff870b
13
configure.in
13
configure.in
|
@ -3118,12 +3118,15 @@ MOZ_ARG_ENABLE_BOOL(ldap-experimental,
|
|||
MOZ_LDAP_XPCOM_EXPERIMENTAL=1)
|
||||
|
||||
dnl ========================================================
|
||||
dnl MATHML
|
||||
dnl MathML on by default
|
||||
dnl ========================================================
|
||||
MOZ_ARG_ENABLE_BOOL(mathml,
|
||||
[ --enable-mathml Enable MathML ],
|
||||
MOZ_MATHML=1
|
||||
AC_DEFINE(MOZ_MATHML))
|
||||
MOZ_MATHML=1
|
||||
MOZ_ARG_DISABLE_BOOL(mathml,
|
||||
[ --disable-mathml Disable MathML],
|
||||
MOZ_MATHML= )
|
||||
if test "$MOZ_MATHML"; then
|
||||
AC_DEFINE(MOZ_MATHML)
|
||||
fi
|
||||
|
||||
dnl ========================================================
|
||||
dnl SVG
|
||||
|
|
Загрузка…
Ссылка в новой задаче