summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 c283b0308739..c52316c8c28c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1057,11 +1057,6 @@ AC_ARG_ENABLE(extra-font,
[Add extra font content.]),
,)
-AC_ARG_ENABLE(oxygenoffice,
- AS_HELP_STRING([--enable-oxygenoffice],
- [Download OxygenOffice branding and set custom settings.]),
-,)
-
AC_ARG_ENABLE(lomenubar,
AS_HELP_STRING([--enable-lomenubar],
[Enable global menu support.]),
@@ -11129,22 +11124,6 @@ AC_SUBST(WITH_EXTRA_FONT)
AC_SUBST(OOOP_FONTS_PACK)
dnl ===================================================================
-dnl Test whether to download OxygenOffice branding and set custom settings
-dnl ===================================================================
-AC_MSG_CHECKING([whether to download OxygenOffice branding and set custom settings])
-if test "$enable_oxygenoffice" = "" -o "$enable_oxygenoffice" = "no"; then
- AC_MSG_RESULT([no])
- ENABLE_OXYGENOFFICE=NO
-else
- AC_MSG_RESULT([yes])
- ENABLE_OXYGENOFFICE=YES
- OXYGENOFFICE_PACK="18bf204479ff641d99a88cd71f6f25f7-oxygenoffice-001.zip"
- BUILD_TYPE="$BUILD_TYPE OXYGENOFFICE"
-fi
-AC_SUBST(ENABLE_OXYGENOFFICE)
-AC_SUBST(OXYGENOFFICE_PACK)
-
-dnl ===================================================================
dnl Test whether to enable online update service
dnl ===================================================================
AC_MSG_CHECKING([whether to enable online update])