[Libreoffice-commits] core.git: configure.ac

Michael Meeks michael.meeks at suse.com
Wed May 15 06:07:50 PDT 2013


 configure.ac |   17 -----------------
 1 file changed, 17 deletions(-)

New commits:
commit 808e9dee845e96c394a1d8c0b32bfa5cc9991d67
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Wed May 15 14:06:21 2013 +0100

    configure: remove un-used vba-package-format option.
    
    Change-Id: I4dcb563dc2368b7979df3da5e0691cd3633cb5a9

diff --git a/configure.ac b/configure.ac
index 78dd712..62b6315 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.


More information about the Libreoffice-commits mailing list