summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-05-15 14:06:21 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-05-15 14:06:21 +0100
commit808e9dee845e96c394a1d8c0b32bfa5cc9991d67 (patch)
tree6984d2027ff1bff041622398f4083c21390e380e /configure.ac
parentd84b22e9a8d8b804f3c87405887aeb56e82a4219 (diff)
configure: remove un-used vba-package-format option.
Change-Id: I4dcb563dc2368b7979df3da5e0691cd3633cb5a9
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac
index 78dd71208fe8..62b6315ec680 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1215,23 +1215,6 @@ AC_ARG_WITH(referenced-git,
GIT_REFERENCE_SRC=$withval ,
)
-AC_ARG_WITH(vba-package-format,
- AS_HELP_STRING([--with-vba-package-format],
- [Specify package format for vba compatibility api. Specifying "builtin"
- means the api component and associated type library are part of the
- installation set. Specifying "extn" creates an uno extension that is
- part of the installation set (located in the program directory) that
- MUST be optionally registered using either the unopkg executeable or the
- extension manager gui.])
- [
- Note: "builtin" is the default, "extn" can cause
- problems.
-
- Usage: --with-vba-package-format="builtin" or
- --with-vba-package-format="extn"
- ],
-,)
-
AC_ARG_WITH(theme,
AS_HELP_STRING([--with-theme="theme1 theme2..."],
[Choose which themes to include. By default those themes with an '*' are included.