diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/configure.ac b/configure.ac index 41dd1cde01f3..d8fd6dffab8f 100644 --- a/configure.ac +++ b/configure.ac @@ -768,11 +768,6 @@ AC_ARG_ENABLE(mpl-subset, [Don't compile any pieces which are not MPL or more liberrally licensed]) ) -AC_ARG_ENABLE(mathmldtd, - AS_HELP_STRING([--enable-mathmldtd], - [Enable bundling of (modified) MathML 1.01 DTD.]) -) - AC_ARG_ENABLE(evolution2, AS_HELP_STRING([--enable-evolution2], [Allows the built-in evolution 2 addressbook connectivity build to be @@ -10653,23 +10648,6 @@ fi AC_SUBST(ENABLE_KAB) dnl =================================================================== -dnl Test whether to include MathMLDTD -dnl =================================================================== -AC_MSG_CHECKING([whether to include MathMLDTD]) -if test -n "$enable_mathmldtd"; then - if test "$enable_mathmldtd" = "no"; then - AC_MSG_RESULT([no]) - SCPDEFS="$SCPDEFS -DWITHOUT_MATHMLDTD" - else - AC_MSG_RESULT([yes]) - BUILD_TYPE="$BUILD_TYPE MATHMLDTD" - fi -else - AC_MSG_RESULT([no]) - SCPDEFS="$SCPDEFS -DWITHOUT_MATHMLDTD" -fi - -dnl =================================================================== dnl Test which themes to include dnl =================================================================== AC_MSG_CHECKING([which themes to include]) |