From 078cbd8f87a29e47c3c9237eb51b2aeeed89c201 Mon Sep 17 00:00:00 2001 From: "rbs%maths.uq.edu.au" Date: Fri, 8 Feb 2002 12:49:46 +0000 Subject: [PATCH] --disable-mathml on Linux to investigate the redness git-svn-id: svn://10.0.0.236/trunk@114023 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure.in | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/mozilla/configure.in b/mozilla/configure.in index 06d1f7e0f05..3752ec75601 100644 --- a/mozilla/configure.in +++ b/mozilla/configure.in @@ -3118,13 +3118,12 @@ MOZ_ARG_ENABLE_BOOL(ldap-experimental, MOZ_LDAP_XPCOM_EXPERIMENTAL=1) dnl ======================================================== -dnl MATHML on by default +dnl MATHML dnl ======================================================== -MOZ_MATHML=1 -MOZ_ARG_DISABLE_BOOL(mathml, -[ --disable-mathml Disable MathML], - MOZ_MATHML= ) -AC_SUBST(MOZ_MATHML) +MOZ_ARG_ENABLE_BOOL(mathml, +[ --enable-mathml Enable MathML ], + MOZ_MATHML=1 + AC_DEFINE(MOZ_MATHML)) dnl ======================================================== dnl SVG