diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/configure.ac b/configure.ac index 66fdc0d3adec..5c11dc627507 100644 --- a/configure.ac +++ b/configure.ac @@ -1354,26 +1354,6 @@ AC_ARG_ENABLE(64-bit, [Build a 64-bit LibreOffice on platforms where the normal build is 32-bit. At the moment meaningful only for iOS and Windows.]), ,) -AC_ARG_ENABLE(extra-gallery, - AS_HELP_STRING([--enable-extra-gallery], - [Add extra gallery content.]), -,) - -AC_ARG_ENABLE(extra-template, - AS_HELP_STRING([--enable-extra-template], - [Add extra template content.]), -,) - -AC_ARG_ENABLE(extra-sample, - AS_HELP_STRING([--enable-extra-sample], - [Add extra sample content.]), -,) - -AC_ARG_ENABLE(extra-font, - AS_HELP_STRING([--enable-extra-font], - [Add extra font content.]), -,) - AC_ARG_ENABLE(online-update, AS_HELP_STRING([--enable-online-update], [Enable the online update service that will check for new versions of @@ -2227,11 +2207,6 @@ AC_ARG_WITH(alloc, Note that on FreeBSD/NetBSD system==jemalloc]), ,) -AC_ARG_WITH(sun-templates, - AS_HELP_STRING([--with-sun-templates], - [Integrate Sun template packages.]), -,) - AC_ARG_WITH(parallelism, AS_HELP_STRING([--with-parallelism], [Number of jobs to run simultaneously during build. Parallel builds can |