diff options
author | Kohei Yoshida <kohei@libreoffice.org> | 2023-01-17 17:10:07 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei@libreoffice.org> | 2023-01-26 02:27:57 +0000 |
commit | 516bc904e94971b61e4b13af632bf321b0a4a640 (patch) | |
tree | fc48af7d2c5e719930c70de6da0ea9bb471bff1f /configure.ac | |
parent | df470d9658c202a990b9c75e2a8d6e3fd7a06dfd (diff) |
Upgrade mdds and orcus to 2.1.0 and 0.18.0, respectively
Change-Id: I288b5b54bd07d951bcc68afda7514bde730193dc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146107
Tested-by: Jenkins
Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 41518fdc533c..321cc06acbdb 100644 --- a/configure.ac +++ b/configure.ac @@ -10532,7 +10532,7 @@ dnl =================================================================== dnl Check for system mdds dnl =================================================================== MDDS_CFLAGS_internal="-I${WORKDIR}/UnpackedTarball/mdds/include" -libo_CHECK_SYSTEM_MODULE([mdds],[MDDS],[mdds-2.0 >= 2.0.0]) +libo_CHECK_SYSTEM_MODULE([mdds],[MDDS],[mdds-2.1 >= 2.1.0]) dnl =================================================================== dnl Check for system dragonbox @@ -10839,7 +10839,7 @@ AC_SUBST(DEFAULT_CRASHDUMP_VALUE) dnl =================================================================== dnl Orcus dnl =================================================================== -libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.17 >= 0.17.2]) +libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.18 >= 0.18.0]) if test "$with_system_orcus" != "yes"; then if test "$SYSTEM_BOOST" = "TRUE"; then dnl Link with Boost.System |