summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-11-28 10:01:50 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-11-28 16:33:00 +0100
commit33a6f881805122b7d2c2124d3d5fc8914dae94c5 (patch)
tree8b4388a4950245bf2efa8235b459397e653669ce /configure.ac
parent4db2a6f682d1c1a2bd869831b684844b92c6852c (diff)
bin --enable-oxygenoffice; it does nothing
Change-Id: Ibac9b92f5833253d6485009e0ea8ea11f2b8ed91
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])