summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-12-06 11:12:46 +0200
committerAndras Timar <atimar@suse.com>2012-12-06 22:15:58 +0100
commitd4d50693cf3f58ae04180443331b0b102179c509 (patch)
tree5e3b4237c99b6f9422ce463def6c9c2724d6e4fa /configure.ac
parent2e682ba972f193cf22c7103c5bafb83ee0efc65b (diff)
Bug 57917 - --enable-ext-oooblogger does not work with Python 3
Remove the oooblogger extension. It is unmaintained and the original author (caolan) wants it dead. Change-Id: Iff89f5badbb74f465c57e068a9e1acbbc13bc235
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac21
1 files changed, 0 insertions, 21 deletions
diff --git a/configure.ac b/configure.ac
index 9af58c77bb4b..da662b676b89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -618,11 +618,6 @@ AC_ARG_ENABLE(ext-numbertext,
[Enable the Numbertext extension.])
)
-AC_ARG_ENABLE(ext-oooblogger,
- AS_HELP_STRING([--enable-ext-oooblogger],
- [Enable the OOo Blogger extension.])
-)
-
AC_ARG_ENABLE(ext-presenter-minimizer,
AS_HELP_STRING([--disable-ext-presenter-minimizer],
[Disable the Presentation Minimizer extension.])
@@ -10796,22 +10791,6 @@ else
fi
dnl ===================================================================
-dnl Test whether to include oooblogger extension
-dnl ===================================================================
-AC_MSG_CHECKING([for oooblogger extension integration])
-OOOBLOGGER_EXTENSION_PACK=
-if test "x$enable_ext_oooblogger" = "xyes" -a "x$enable_extension_integration" != "xno"; then
- SCPDEFS="$SCPDEFS -DWITH_EXTENSION_OOOBLOGGER"
- OOOBLOGGER_EXTENSION_PACK="b7b2d0e04e142f26dd96119c80757d1f-oooblogger_0.1.oxt"
- WITH_EXTRA_EXTENSIONS=YES
- AC_MSG_RESULT([yes])
-else
- AC_MSG_RESULT([no])
-fi
-AC_SUBST(OOOBLOGGER_EXTENSION_PACK)
-###############################################################################
-
-dnl ===================================================================
dnl Test whether to include Sun Professional Template Pack
dnl ===================================================================
AC_MSG_CHECKING([for Sun Professional Template Pack integration (only supported languages displayed)])