diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-01 08:35:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-01 14:47:08 +0100 |
commit | 15df1df235cbe199d770d67a03fe923c94aa2dcc (patch) | |
tree | 72b089d6c891dbbb5db4fe9a42d7c40b459eabdc /configure.ac | |
parent | 37bc6ca4bbdfa355440183f54e9fe35e8d23cae2 (diff) |
add accessibility to --enable-mergedlibs=more
Also
(*) fix the definition of ENABLE_MERGELIBS_MORE in configure.ac
(*) Remove the dummy accessible factory in vcl, it creates
more problems than it solves, because code will break when
trying to use it, and then I get crashes far removed from the
source of the problem (failure to find the acc factory).
Change-Id: I969481d5ad2cfd7104d8240fdd0dce9d285fdb61
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164176
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b46ecdfbec4d..dd4ed7107aa8 100644 --- a/configure.ac +++ b/configure.ac @@ -14875,6 +14875,7 @@ if test -n "$enable_mergelibs" -a "$enable_mergelibs" != "no"; then MERGELIBS_MORE="TRUE" AC_MSG_RESULT([yes (more)]) AC_DEFINE(ENABLE_MERGELIBS) + AC_DEFINE(ENABLE_MERGELIBS_MORE) elif test "$enable_mergelibs" = "yes" -o "$enable_mergelibs" = ""; then MERGELIBS="TRUE" AC_MSG_RESULT([yes]) |